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