net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc
Class Properties
java.lang.Object
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Properties
- All Implemented Interfaces:
- Serializable, Cloneable
public class Properties
- extends ModelObject
- implements Serializable, Cloneable
List of properties.
- See Also:
- Serialized Form
|
Constructor Summary |
Properties()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Properties instance. |
Properties(Properties o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Properties instance by copying a given instance. |
property
protected Property[] property
reference
protected PropertyReference[] reference
Properties
public Properties()
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Properties instance.
Properties
public Properties(Properties o)
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.Properties instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getProperty
public Property[] getProperty()
- Returns:
- array of
Property
getProperty
public Property getProperty(int idx)
- Returns:
- one of
Property
getPropertyLength
public int getPropertyLength()
setProperty
public void setProperty(Property[] values)
- Parameters:
values - allowed objects are
Property
setProperty
public Property setProperty(int idx,
Property value)
- Parameters:
value - allowed object is
Property
getReference
public PropertyReference[] getReference()
- Returns:
- array of
PropertyReference
getReference
public PropertyReference getReference(int idx)
- Returns:
- one of
PropertyReference
getReferenceLength
public int getReferenceLength()
setReference
public void setReference(PropertyReference[] values)
- Parameters:
values - allowed objects are
PropertyReference
setReference
public PropertyReference setReference(int idx,
PropertyReference value)
- Parameters:
value - allowed object is
PropertyReference
clone
public Properties clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class ModelObject
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.