|
||||||||||
| 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.Specifications
public class Specifications
List of specications.
| Field Summary | |
|---|---|
protected SpecificationReference[] |
reference
|
protected Specification[] |
specification
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
Specifications()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Specifications instance. |
|
Specifications(Specifications o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Specifications instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Specifications |
clone()
Creates and returns a copy of this object. |
void |
copyReference(SpecificationReference[] source)
Copies all values of property Reference. |
void |
copySpecification(Specification[] source)
Copies all values of property Specification. |
SpecificationReference[] |
getReference()
|
SpecificationReference |
getReference(int idx)
|
int |
getReferenceLength()
|
Specification[] |
getSpecification()
|
Specification |
getSpecification(int idx)
|
int |
getSpecificationLength()
|
SpecificationReference |
setReference(int idx,
SpecificationReference value)
|
void |
setReference(SpecificationReference[] values)
|
Specification |
setSpecification(int idx,
Specification value)
|
void |
setSpecification(Specification[] 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 Specification[] specification
protected SpecificationReference[] reference
| Constructor Detail |
|---|
public Specifications()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Specifications instance.
public Specifications(Specifications o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Specifications instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Specification[] getSpecification()
Specificationpublic Specification getSpecification(int idx)
Specificationpublic int getSpecificationLength()
public void setSpecification(Specification[] values)
values - allowed objects are
Specification
public Specification setSpecification(int idx,
Specification value)
value - allowed object is
Specificationpublic SpecificationReference[] getReference()
SpecificationReferencepublic SpecificationReference getReference(int idx)
SpecificationReferencepublic int getReferenceLength()
public void setReference(SpecificationReference[] values)
values - allowed objects are
SpecificationReference
public SpecificationReference setReference(int idx,
SpecificationReference value)
value - allowed object is
SpecificationReferencepublic void copySpecification(Specification[] source)
Specification.
source - The source to copy from.
NullPointerException - if source is null.public void copyReference(SpecificationReference[] source)
Reference.
source - The source to copy from.
NullPointerException - if source is null.public Specifications clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||