net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl
Class PropsTypeImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl
- All Implemented Interfaces:
- Serializable, Cloneable, CollectionType, PropsType
- Direct Known Subclasses:
- PropertiesImpl, PropsImpl
public class PropsTypeImpl
- extends CollectionTypeImpl
- implements Serializable, Cloneable, PropsType
- See Also:
- Serialized Form
|
Constructor Summary |
PropsTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl instance. |
PropsTypeImpl(PropsTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl instance by copying a given instance. |
prop
protected Prop[] prop
PropsTypeImpl
public PropsTypeImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl instance.
PropsTypeImpl
public PropsTypeImpl(PropsTypeImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.PropsTypeImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getProp
public Prop[] getProp()
- Specified by:
getProp in interface PropsType
- Returns:
- array of
Prop
getProp
public Prop getProp(int idx)
- Specified by:
getProp in interface PropsType
- Returns:
- one of
Prop
getPropLength
public int getPropLength()
- Specified by:
getPropLength in interface PropsType
setProp
public void setProp(Prop[] values)
- Specified by:
setProp in interface PropsType
- Parameters:
values - allowed objects are
Prop
setProp
public Prop setProp(int idx,
Prop value)
- Specified by:
setProp in interface PropsType
value - allowed object is
Prop
copyProp
protected void copyProp(Prop[] source)
- Copies all values of property
Prop.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
clone
public PropsTypeImpl clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class CollectionTypeImpl
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.