Interface SmiObjectTypeIndex
- All Superinterfaces:
Comparable<SmiObject>, SmiObject, SmiObjectType, SmiValueType
The SmiObjectTypeIndex represents an OBJECT-TYPE definition that is used as an INDEX element
for a table.
- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionGets the INDEX clause of an OBJECT-TYPE definition used as INDEX element.Methods inherited from interface Comparable
compareToMethods inherited from interface SmiObject
getAsn1Comments, getChildren, getDescription, getObjectName, getOID, getParent, getReference, getSmiSyntax, getStatus, getSyntax, getTypeMethods inherited from interface SmiObjectType
createNewVariable, getColumns, getDefaultValue, getDefaultVariable, getIndexObjects, getMaxAccess, getMaxValueLength, getMinValueLength, getUnits, isTableEntryMethods inherited from interface SmiValueType
getSmiSyntax, getSyntax
-
Method Details
-
getIndexInfo
SmiIndexInfo getIndexInfo()Gets the INDEX clause of an OBJECT-TYPE definition used as INDEX element.- Returns:
- a
SmiIndexInfo.
-