public interface ExtendedPropertyP extends ConfigPersistenceElement
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
ExtendedPropertyValuesP |
getValues()
Gets the value of the values property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setValues(ExtendedPropertyValuesP value)
Sets the value of the values property.
|
getChanges, getMetaFactory, getParent, persistjava.lang.String getName()
StringExtendedPropertyValuesP getValues()
ExtendedPropertyValuesPvoid setName(java.lang.String value)
value - allowed object is Stringvoid setValues(ExtendedPropertyValuesP value)
value - allowed object is ExtendedPropertyValuesP