public interface SmiObject
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAsn1Comments()
Gets the ASN.1 comments associated with this SMI object.
|
List<? extends SmiObject> |
getChildren()
Gets all child objects below this SMI object.
|
String |
getDescription()
Gets the description text of the SMI object.
|
String |
getObjectName() |
OID |
getOID() |
SmiObject |
getParent()
Gets the parent object for this SMI object.
|
String |
getReference() |
int |
getSmiSyntax()
Gets the SMI syntax as defined by
SMIConstants for this OBJECT-TYPE. |
SmiStatus |
getStatus() |
SmiType |
getType()
Gets the SMI type of the SMI object.
|
String getObjectName()
OID getOID()
int getSmiSyntax()
SMIConstants for this OBJECT-TYPE.
If this SmiObject is not of type SmiType.OBJECT_TYPE_SCALAR,
SmiType.OBJECT_TYPE_COLUMN and not of type
SmiType.TEXTUAL_CONVENTION then zero is returned.String getDescription()
SmiType getType()
List<? extends SmiObject> getChildren()
SmiTextualConvention instances, this method always returns null.SmiObject getParent()
SmiTextualConvention instances, this method always returns null.String getReference()
SmiStatus getStatus()
String[] getAsn1Comments()
null.null but elements could be null.Copyright © 2015 SNMP4J.com. All Rights Reserved.