public static final class RaConfigAction.AddProperty extends RaConfigAction.RaConfigPropertyAction
RaConfigAction.AddProperty, RaConfigAction.DeleteProperty, RaConfigAction.DeleteRaEntity, RaConfigAction.RaConfigPropertyAction, RaConfigAction.RenameProperty, RaConfigAction.RenameRaEntity, RaConfigAction.SetProperty
Constructor and Description |
---|
RaConfigAction.AddProperty(java.lang.String name,
java.lang.String type,
ObjectGenerator.StringGenerator defaultValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ObjectGenerator.StringGenerator |
getDefaultValue() |
java.lang.String |
getName()
Returns the name of the RA configuration property.
|
java.lang.String |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public RaConfigAction.AddProperty(@Nonnull java.lang.String name, @Nonnull java.lang.String type, @Nonnull ObjectGenerator.StringGenerator defaultValue)
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.@Nonnull public java.lang.String getName()
RaConfigAction.RaConfigPropertyAction
getName
in class RaConfigAction.RaConfigPropertyAction
@Nonnull public java.lang.String getType()
@Nonnull public ObjectGenerator.StringGenerator getDefaultValue()
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.