|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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.
| Method Summary | |
|---|---|
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 interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Method Detail |
|---|
int getIndex()
void setIndex(int value)
String getName()
Stringvoid setName(String value)
value - allowed object is
StringArgumentType getType()
ArgumentTypevoid setType(ArgumentType value)
value - allowed object is
ArgumentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||