public static final class RaConfigAction.RenameProperty extends RaConfigAction.RaConfigPropertyAction
RaConfigAction.AddProperty, RaConfigAction.DeleteProperty, RaConfigAction.DeleteRaEntity, RaConfigAction.RaConfigPropertyAction, RaConfigAction.RenameProperty, RaConfigAction.RenameRaEntity, RaConfigAction.SetProperty
Constructor and Description |
---|
RaConfigAction.RenameProperty(java.lang.String originalName,
java.lang.String newName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Returns the name of the RA configuration property.
|
java.lang.String |
getNewName() |
int |
hashCode() |
java.lang.String |
toString() |
public RaConfigAction.RenameProperty(@Nonnull java.lang.String originalName, @Nonnull java.lang.String newName)
originalName
- The original name of the property.newName
- The new name to use for the property.@Nonnull public java.lang.String getName()
RaConfigAction.RaConfigPropertyAction
getName
in class RaConfigAction.RaConfigPropertyAction
@Nonnull public java.lang.String getNewName()
public boolean equals(java.lang.Object o)
equals
in class RaConfigAction
public int hashCode()
hashCode
in class RaConfigAction
public java.lang.String toString()
Copyright © OpenCloud. All Rights Reserved.