|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Properties
public class Properties
List of properties.
| Field Summary | |
|---|---|
protected Property[] |
property
|
protected PropertyReference[] |
reference
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
Properties()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Properties instance. |
|
Properties(Properties o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Properties instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Properties |
clone()
Creates and returns a copy of this object. |
void |
copyProperty(Property[] source)
Copies all values of property Property. |
void |
copyReference(PropertyReference[] source)
Copies all values of property Reference. |
Property[] |
getProperty()
|
Property |
getProperty(int idx)
|
int |
getPropertyLength()
|
PropertyReference[] |
getReference()
|
PropertyReference |
getReference(int idx)
|
int |
getReferenceLength()
|
Property |
setProperty(int idx,
Property value)
|
void |
setProperty(Property[] values)
|
PropertyReference |
setReference(int idx,
PropertyReference value)
|
void |
setReference(PropertyReference[] values)
|
| Methods inherited from class net.sourceforge.ccxjc.it.model.pub.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 Property[] property
protected PropertyReference[] reference
| Constructor Detail |
|---|
public Properties()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Properties instance.
public Properties(Properties o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Properties instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Property[] getProperty()
Propertypublic Property getProperty(int idx)
Propertypublic int getPropertyLength()
public void setProperty(Property[] values)
values - allowed objects are
Property
public Property setProperty(int idx,
Property value)
value - allowed object is
Propertypublic PropertyReference[] getReference()
PropertyReferencepublic PropertyReference getReference(int idx)
PropertyReferencepublic int getReferenceLength()
public void setReference(PropertyReference[] values)
values - allowed objects are
PropertyReference
public PropertyReference setReference(int idx,
PropertyReference value)
value - allowed object is
PropertyReferencepublic void copyProperty(Property[] source)
Property.
source - The source to copy from.
NullPointerException - if source is null.public void copyReference(PropertyReference[] source)
Reference.
source - The source to copy from.
NullPointerException - if source is null.public Properties clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||