|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.PropertyImpl
public class PropertyImpl
| Field Summary | |
|---|---|
protected Object |
any
|
protected String |
name
|
protected PropertyType |
type
|
protected String |
value
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.ModelObjectImpl |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
PropertyImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.PropertyImpl instance. |
|
PropertyImpl(PropertyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.PropertyImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PropertyImpl |
clone()
Creates and returns a copy of this object. |
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 class net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.ModelObjectImpl |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Field Detail |
|---|
protected Object any
protected String name
protected PropertyType type
protected String value
| Constructor Detail |
|---|
public PropertyImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.PropertyImpl instance.
public PropertyImpl(PropertyImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.impl.PropertyImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Object getAny()
Property
getAny in interface PropertyElement
Objectpublic void setAny(Object value)
Property
setAny in interface Propertyvalue - allowed object is
Element
Objectpublic String getName()
Property
getName in interface PropertyStringpublic void setName(String value)
Property
setName in interface Propertyvalue - allowed object is
Stringpublic PropertyType getType()
Property
getType in interface PropertyPropertyTypepublic void setType(PropertyType value)
Property
setType in interface Propertyvalue - allowed object is
PropertyTypepublic String getValue()
Property
getValue in interface PropertyStringpublic void setValue(String value)
Property
setValue in interface Propertyvalue - allowed object is
Stringpublic PropertyImpl clone()
clone in class ModelObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||