|
JASMI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIndexPart
IIndexPart represents the INDEX clause of a SMIv1/v2 OBJECT-TYPE construct defining the row of a SNMP table.
| Method Summary | |
|---|---|
java.lang.String[] |
getIndexObjects()
Gets the names of the index objects. |
java.util.Vector |
getIndexPartVector()
Gets the names of the index objects as a Vector. |
boolean |
isAugment()
Checks whether the table this INDEX clause belongs to augments another table. |
boolean |
isImplied()
Checks whether the length of the last variable length index object has an implied length or not. |
| Method Detail |
|---|
boolean isAugment()
true if this table augments another table.java.lang.String[] getIndexObjects()
java.util.Vector getIndexPartVector()
Vector. If this
table augments another table, this method returns a Vector with a single
element denoting the name of the augmented table.
boolean isImplied()
true if the length of last variable length index object
is not eplicitly specified in the index OID.
|
JASMI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||