|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ireasoning.util.Syntax
This class represents the SYNTAX clause of a MIB node
Constructor Summary | |
Syntax()
|
Method Summary | |
String |
get(String key)
Returns the string value. |
String |
getSize()
Returns the size range. |
Hashtable |
getSyntaxMap()
Returns a map which maps key (usually numeric value) to value. |
String |
getSyntaxString()
Returns the syntax string (the syntax clause without syntax type). |
String |
getType()
Returns the syntax type. |
void |
setSyntaxString(String s)
|
void |
setType(String type)
Sets syntax type |
String |
toString()
Returns the SYNTAX clause. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Syntax()
Method Detail |
public String getType()
public void setType(String type)
public String getSyntaxString()
public void setSyntaxString(String s)
public String getSize()
public String toString()
public String get(String key)
public Hashtable getSyntaxMap()
|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |