Class RaConfigAction.SetProperty
- 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.SetProperty
-
- All Implemented Interfaces:
RaConfigRuleChild
- Enclosing class:
- RaConfigAction
public static final class RaConfigAction.SetProperty extends RaConfigAction.RaConfigPropertyAction
-
-
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 SetProperty(java.lang.String name, ObjectGenerator.StringGenerator newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()Returns the name of the RA configuration property.ObjectGenerator.StringGeneratorgetNewValue()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SetProperty
public SetProperty(@Nonnull java.lang.String name, @Nonnull ObjectGenerator.StringGenerator newValue)- Parameters:
name- The name of the property.newValue- Used to generate the value to set for the property.
-
-
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
-
getNewValue
@Nonnull public ObjectGenerator.StringGenerator getNewValue()
-
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()
-
-