|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ArgumentImpl
public class ArgumentImpl
| Field Summary | |
|---|---|
protected int |
index
|
protected String |
name
|
protected ArgumentType |
type
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ModelObjectImpl |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
ArgumentImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ArgumentImpl instance. |
|
ArgumentImpl(ArgumentImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ArgumentImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ArgumentImpl |
clone()
Creates and returns a copy of this object. |
int |
getIndex()
Index of this argument. |
String |
getName()
Name of this argument. |
ArgumentType |
getType()
Type of this argument. |
void |
setIndex(int 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.priv.collections.novalueclass.jomc.impl.ModelObjectImpl |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, 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.priv.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Field Detail |
|---|
protected int index
protected String name
protected ArgumentType type
| Constructor Detail |
|---|
public ArgumentImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ArgumentImpl instance.
public ArgumentImpl(ArgumentImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ArgumentImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public int getIndex()
Argument
getIndex in interface Argumentpublic void setIndex(int value)
Argument
setIndex in interface Argumentpublic 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 | |||||||||