Class RaConfigAction
- java.lang.Object
-
- com.opencloud.slee.upgrade.transformation.model.RaConfigAction
-
- All Implemented Interfaces:
RaConfigRuleChild
- Direct Known Subclasses:
RaConfigAction.DeleteRaEntity,RaConfigAction.RaConfigPropertyAction,RaConfigAction.RenameRaEntity
public abstract class RaConfigAction extends java.lang.Object implements RaConfigRuleChild
An action which can be performed on RA configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRaConfigAction.AddPropertyUsed for adding a new property to an RA entity configuration.static classRaConfigAction.DeletePropertystatic classRaConfigAction.DeleteRaEntitystatic classRaConfigAction.RaConfigPropertyActionstatic classRaConfigAction.RenamePropertystatic classRaConfigAction.RenameRaEntitystatic classRaConfigAction.SetProperty
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanequals(java.lang.Object o)abstract inthashCode()java.lang.StringtoString()
-