|
||||||||||
| 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.valueclass.jomc.ModelObject
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Argument
public class Argument
Argument meta-data.
An argument consists of the properties index, name and
type. Property index holds the index of the argument in a list
of arguments. Property name holds the name uniquely identifying the
argument in a set of arguments. Property type holds the type of the
argument.
| Field Summary | |
|---|---|
protected int |
index
|
protected String |
name
|
protected ArgumentType |
type
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.ModelObject |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
Argument()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Argument instance. |
|
Argument(Argument o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Argument instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Argument |
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.pub.indexed.valueclass.jomc.ModelObject |
|---|
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 |
| Field Detail |
|---|
protected int index
protected String name
protected ArgumentType type
| Constructor Detail |
|---|
public Argument()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Argument instance.
public Argument(Argument o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.jomc.Argument instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public int getIndex()
public void setIndex(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ArgumentType getType()
ArgumentTypepublic void setType(ArgumentType value)
value - allowed object is
ArgumentTypepublic Argument clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||