Class RaConfigAction.AddProperty
- java.lang.Object
-
- com.opencloud.slee.upgrade.transformation.model.RaConfigAction
-
- com.opencloud.slee.upgrade.transformation.model.RaConfigAction.RaConfigPropertyAction
-
- com.opencloud.slee.upgrade.transformation.model.RaConfigAction.AddProperty
-
- All Implemented Interfaces:
RaConfigRuleChild
- Enclosing class:
- RaConfigAction
public static final class RaConfigAction.AddProperty extends RaConfigAction.RaConfigPropertyAction
Used for adding a new property to an RA entity configuration.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.opencloud.slee.upgrade.transformation.model.RaConfigAction
RaConfigAction.AddProperty, RaConfigAction.DeleteProperty, RaConfigAction.DeleteRaEntity, RaConfigAction.RaConfigPropertyAction, RaConfigAction.RenameProperty, RaConfigAction.RenameRaEntity, RaConfigAction.SetProperty
-
-
Constructor Summary
Constructors Constructor Description AddProperty(java.lang.String name, java.lang.String type, ObjectGenerator.StringGenerator defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ObjectGenerator.StringGeneratorgetDefaultValue()java.lang.StringgetName()Returns the name of the RA configuration property.java.lang.StringgetType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
AddProperty
public AddProperty(@Nonnull java.lang.String name, @Nonnull java.lang.String type, @Nonnull ObjectGenerator.StringGenerator defaultValue)- Parameters:
name- The name of the property.type- The Java type of the property, as a fully qualified class name.defaultValue- Used to generate a value to use when a value is not specified elsewhere.
-
-
Method Detail
-
getName
@Nonnull public java.lang.String getName()
Description copied from class:RaConfigAction.RaConfigPropertyActionReturns the name of the RA configuration property.- Specified by:
getNamein classRaConfigAction.RaConfigPropertyAction
-
getType
@Nonnull public java.lang.String getType()
-
getDefaultValue
@Nonnull public ObjectGenerator.StringGenerator getDefaultValue()
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equalsin classRaConfigAction
-
hashCode
public int hashCode()
- Specified by:
hashCodein classRaConfigAction
-
toString
public java.lang.String toString()
-
-