|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--disman.Language
| Constructor Summary | |
Language(Disman disman,
int index)
Create a Language object for a given Disman object and language index. |
|
| Method Summary | |
java.lang.String |
getDescription()
Return the description string (smLangDescr). |
int |
getIndex()
Return the unique index part of the Language used in the smLangTable (smLangIndex). |
java.lang.String |
getOid()
Return the object identifier of the Language object (smLangLanguage) as a dotted decimal string. |
java.lang.String |
getRevision()
Return the revision of the Language object (smLangRevision). |
java.lang.String |
getVendor()
Return the vendor of the Language object (smLangVendor) as a dotted decimal string. |
java.lang.String |
getVersion()
Return the version of the Language object (smLangVersion). |
java.lang.String |
toString()
Return a String representation of the Language. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Language(Disman disman,
int index)
disman - the associated Disman objectindex - the index of in the language table| Method Detail |
public int getIndex()
public java.lang.String getOid()
throws SnmpException,
java.io.IOException
public java.lang.String getVersion()
throws SnmpException,
java.io.IOException
public java.lang.String getVendor()
throws SnmpException,
java.io.IOException
public java.lang.String getRevision()
throws SnmpException,
java.io.IOException
public java.lang.String getDescription()
throws SnmpException,
java.io.IOException
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||