|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.PropertyReference
public class PropertyReference
Reference to a property.
| Field Summary | |
|---|---|
protected String |
name
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
PropertyReference()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.PropertyReference instance. |
|
PropertyReference(PropertyReference o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.PropertyReference instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PropertyReference |
clone()
Creates and returns a copy of this object. |
String |
getName()
The name of the referenced property. |
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.ModelObject |
|---|
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 |
| Field Detail |
|---|
protected String name
| Constructor Detail |
|---|
public PropertyReference()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.PropertyReference instance.
public PropertyReference(PropertyReference o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jomc.PropertyReference instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic PropertyReference clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||