|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Property
Property meta-data.
A property consists of the properties name, type and
value. Property name holds the name uniquely identifying the
property in a collection of properties. Property type holds the type of
the property. Property value holds the properties value which is of type
type.
| Method Summary | |
|---|---|
Object |
getAny()
Object value of this property. |
String |
getName()
Name of this property. |
PropertyType |
getType()
Type of this property. |
String |
getValue()
Value of this property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(PropertyType value)
Sets the value of the type property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Method Detail |
|---|
Object getAny()
Element
Objectvoid setAny(Object value)
value - allowed object is
Element
ObjectString getName()
Stringvoid setName(String value)
value - allowed object is
StringPropertyType getType()
PropertyTypevoid setType(PropertyType value)
value - allowed object is
PropertyTypeString getValue()
Stringvoid setValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||