|
||||||||||
| 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.jdtaus.container.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ArgumentImpl
public class ArgumentImpl
| Field Summary | |
|---|---|
protected BigInteger |
index
|
protected String |
name
|
protected ArgumentType |
type
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
ArgumentImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ArgumentImpl instance. |
|
ArgumentImpl(ArgumentImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ArgumentImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ArgumentImpl |
clone()
Creates and returns a copy of this object. |
BigInteger |
getIndex()
Gets the value of the index property. |
String |
getName()
Gets the value of the name property. |
ArgumentType |
getType()
Gets the value of the type property. |
void |
setIndex(BigInteger value)
Sets the value of the index property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(ArgumentType value)
Sets the value of the type property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Field Detail |
|---|
protected BigInteger index
protected String name
protected ArgumentType type
| Constructor Detail |
|---|
public ArgumentImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ArgumentImpl instance.
public ArgumentImpl(ArgumentImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ArgumentImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public BigInteger getIndex()
Argument
getIndex in interface ArgumentBigIntegerpublic void setIndex(BigInteger value)
Argument
setIndex in interface Argumentvalue - allowed object is
BigIntegerpublic String getName()
Argument
getName in interface ArgumentStringpublic void setName(String value)
Argument
setName in interface Argumentvalue - allowed object is
Stringpublic ArgumentType getType()
Argument
getType in interface ArgumentArgumentTypepublic void setType(ArgumentType value)
Argument
setType in interface Argumentvalue - allowed object is
ArgumentTypepublic ArgumentImpl clone()
clone in class ModelObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||