|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.cli.messageset.CmdObject
This class represents the Objects on which the command is executed. This is filled in from the XML definitions, it contains the parameters and options list, and in turn may contain another object list. This class need not be instantiated by the API user.
| Constructor Summary | |
CmdObject()
Default constructor to create a new instance of CmdObject. |
|
| Method Summary | |
CmdObject[] |
getChildCmdObjectList()
Gets the CmdObject child list. |
java.lang.String |
getDescription()
Gets the description of this Object. |
java.lang.String |
getObjectDelimiter()
Gets the delimiter of this Object. |
java.lang.String |
getObjectName()
Gets the Object Name. |
java.lang.String |
getObjectValue()
Gets the Object Value. |
CmdOptions |
getOptionsList()
Gets the CmdOptions object. |
CmdParams[] |
getParameterList()
Gets the parameter list for this object. |
void |
setChildCmdObjectList(CmdObject[] cmdObjectList)
Sets the CmdObject child list. |
void |
setDescription(java.lang.String description)
Sets the description for this Object. |
void |
setObjectDelimiter(java.lang.String delimiter)
Sets the delimiter for this object. |
void |
setObjectName(java.lang.String name)
Sets the Object Name. |
void |
setObjectValue(java.lang.String value)
Sets the Object Value. |
void |
setOptionsList(CmdOptions option)
Sets the CmdOptions objects associated with the object. |
void |
setParameterList(CmdParams[] parameters)
Sets the parameter list. |
java.lang.String |
toString()
Method to get the String representation of this object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public CmdObject()
CmdObject.| Method Detail |
public void setObjectName(java.lang.String name)
name - the Object name.public java.lang.String getObjectName()
public void setObjectValue(java.lang.String value)
value - the Object Value.public java.lang.String getObjectValue()
public void setChildCmdObjectList(CmdObject[] cmdObjectList)
cmdObjectList - an array of CmdObjects.public CmdObject[] getChildCmdObjectList()
public void setParameterList(CmdParams[] parameters)
parameters - The CmdParams array.public CmdParams[] getParameterList()
public void setOptionsList(CmdOptions option)
options - The CmdOptions object.public CmdOptions getOptionsList()
public java.lang.String getObjectDelimiter()
public void setObjectDelimiter(java.lang.String delimiter)
delimiter - the delimiter as a String.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description as a String.public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||