public interface PropertyType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getPropertyType()
Returns the value of the 'Type' attribute.
|
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setPropertyType(java.lang.String value)
Sets the value of the '
Type ' attribute. |
void |
setValue(java.lang.Object value)
Sets the value of the '
Value ' attribute. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getName()
This represents the name of the property.
setName(String)
void setName(java.lang.String value)
Name
' attribute.value
- the new value of the 'Name' attribute.getName()
java.lang.Object getValue()
This represents the value of the property.
setValue(Object)
void setValue(java.lang.Object value)
Value
' attribute.value
- the new value of the 'Value' attribute.getValue()
java.lang.String getPropertyType()
This represents the type of the property.
setPropertyType(String)
void setPropertyType(java.lang.String value)
Type
' attribute.value
- the new value of the 'Type' attribute.getPropertyType()