public class EnumStringPropertyImpl extends GCubePropertyImpl implements EnumStringProperty
EnumStringProperty.EnumStringProperty.SetStringValidatorNAME| Constructor and Description |
|---|
EnumStringPropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getType() |
String |
getValue() |
void |
setType(Set<String> type) |
void |
setValue(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic String getValue()
getValue in interface TypedProperty<Set<String>,String>public void setValue(String value)
setValue in interface TypedProperty<Set<String>,String>public Set<String> getType()
getType in interface TypedProperty<Set<String>,String>Copyright © 2019. All Rights Reserved.