public interface IndexDescriptor
| Modifier and Type | Method and Description | 
|---|---|
| int[] | getEncoded()Gets the encoded form of the index value described by the receiver. | 
| String | getOid()Gets the object identifier of the index value described by the receiver. | 
| int | getSyntax()Gets the SMI syntax indicator for the index object described by the 
 receiver. | 
| boolean | isImplied()Gets the state of a flag indicating whether the length of the index
    value described by the receiver is implied (i.e. | 
String getOid()
This method returns only that portion of the indexed object's OID that corresponds to the index value.
int getSyntax()
int[] getEncoded()
This method returns only that portion of the indexed object's OID that corresponds to the index value.
boolean isImplied()
Copyright © 2012–2015. All rights reserved.