|
||||||||||
| 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.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl
public class ContainerRuntimeOptionTypeImpl
| Field Summary | |
|---|---|
protected NameTypeImpl |
name
|
protected ValueType[] |
value
|
| Constructor Summary | |
|---|---|
ContainerRuntimeOptionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance. |
|
ContainerRuntimeOptionTypeImpl(ContainerRuntimeOptionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ContainerRuntimeOptionTypeImpl |
clone()
Creates and returns a copy of this object. |
void |
copyValue(ValueType[] source)
Copies all values of property Value. |
NameType |
getName()
Gets the value of the name property. |
ValueType[] |
getValue()
|
ValueType |
getValue(int idx)
|
int |
getValueLength()
|
void |
setName(NameType value)
Sets the value of the name property. |
ValueType |
setValue(int idx,
ValueType value)
|
void |
setValue(ValueType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NameTypeImpl name
protected ValueType[] value
| Constructor Detail |
|---|
public ContainerRuntimeOptionTypeImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance.
public ContainerRuntimeOptionTypeImpl(ContainerRuntimeOptionTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public NameType getName()
ContainerRuntimeOptionType
getName in interface ContainerRuntimeOptionTypeNameTypepublic void setName(NameType value)
ContainerRuntimeOptionType
setName in interface ContainerRuntimeOptionTypevalue - allowed object is
NameTypepublic ValueType[] getValue()
getValue in interface ContainerRuntimeOptionTypeValueTypepublic ValueType getValue(int idx)
getValue in interface ContainerRuntimeOptionTypeValueTypepublic int getValueLength()
getValueLength in interface ContainerRuntimeOptionTypepublic void setValue(ValueType[] values)
setValue in interface ContainerRuntimeOptionTypevalues - allowed objects are
ValueType
public ValueType setValue(int idx,
ValueType value)
setValue in interface ContainerRuntimeOptionTypevalue - allowed object is
ValueTypepublic void copyValue(ValueType[] source)
Value.
source - The source to copy from.
NullPointerException - if source is null.public ContainerRuntimeOptionTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||