|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl
public class PreferenceTypeImpl
| Field Summary | |
|---|---|
protected String |
id
|
protected NameTypeImpl |
name
|
protected ReadOnlyType |
readOnly
|
protected ValueType[] |
value
|
| Constructor Summary | |
|---|---|
PreferenceTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance. |
|
PreferenceTypeImpl(PreferenceTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PreferenceTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyValue(ValueType[] source)
Copies all values of property Value. |
String |
getId()
Gets the value of the id property. |
NameType |
getName()
Gets the value of the name property. |
ReadOnlyType |
getReadOnly()
Gets the value of the readOnly property. |
ValueType[] |
getValue()
|
ValueType |
getValue(int idx)
|
int |
getValueLength()
|
void |
setId(String value)
Sets the value of the id property. |
void |
setName(NameType value)
Sets the value of the name property. |
void |
setReadOnly(ReadOnlyType value)
Sets the value of the readOnly 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
protected ReadOnlyType readOnly
protected String id
| Constructor Detail |
|---|
public PreferenceTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance.
public PreferenceTypeImpl(PreferenceTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public NameType getName()
PreferenceType
getName in interface PreferenceTypeNameTypepublic void setName(NameType value)
PreferenceType
setName in interface PreferenceTypevalue - allowed object is
NameTypepublic ValueType[] getValue()
getValue in interface PreferenceTypeValueTypepublic ValueType getValue(int idx)
getValue in interface PreferenceTypeValueTypepublic int getValueLength()
getValueLength in interface PreferenceTypepublic void setValue(ValueType[] values)
setValue in interface PreferenceTypevalues - allowed objects are
ValueType
public ValueType setValue(int idx,
ValueType value)
setValue in interface PreferenceTypevalue - allowed object is
ValueTypepublic ReadOnlyType getReadOnly()
PreferenceType
getReadOnly in interface PreferenceTypeReadOnlyTypepublic void setReadOnly(ReadOnlyType value)
PreferenceType
setReadOnly in interface PreferenceTypevalue - allowed object is
ReadOnlyTypepublic String getId()
PreferenceType
getId in interface PreferenceTypeStringpublic void setId(String value)
PreferenceType
setId in interface PreferenceTypevalue - allowed object is
Stringprotected void copyValue(ValueType[] source)
Value.
source - The source to copy from.
NullPointerException - if source is null.public PreferenceTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||