|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ireasoning.util.Syntax
This class represents the SYNTAX clause of a MIB node
Constructor Summary | |
Syntax()
|
Method Summary | |
Syntax |
copy()
Makes a copy of itself |
String |
get(String key)
Returns the string value. |
String |
getDerivedType()
|
String |
getDisplayHint()
|
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 |
setDerivedType(String t)
|
void |
setDisplayHint(String hint)
|
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 Syntax copy()
public String getType()
public void setType(String type)
public void setDerivedType(String t)
public String getDerivedType()
public String getDisplayHint()
public void setDisplayHint(String hint)
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 |