Package org.snmp4j.model.demo.mibbrowser
Class SimpleMibDataNode
java.lang.Object
org.snmp4j.model.demo.mibbrowser.SimpleMibDataNode
- All Implemented Interfaces:
com.snmp4j.smi.SmiObject
,com.snmp4j.smi.SmiValueType
public class SimpleMibDataNode
extends Object
implements com.snmp4j.smi.SmiObject, com.snmp4j.smi.SmiValueType
The SimpleMibDataNode class specifies a simple MIB tree node with SMI information.
- Version:
- 1.0
- Author:
- Frank Fock
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleMibDataNode
(com.snmp4j.smi.SmiObject smiObject, SnmpProxyObject proxyObject) -
Method Summary
Modifier and TypeMethodDescriptionString[]
List<? extends com.snmp4j.smi.SmiObject>
org.snmp4j.smi.OID
getOID()
com.snmp4j.smi.SmiObject
com.snmp4j.smi.SmiObject
int
int
com.snmp4j.smi.SmiStatus
com.snmp4j.smi.SmiSyntax
com.snmp4j.smi.SmiType
getType()
getValue()
void
setChildren
(List<SimpleMibDataNode> children) toString()
-
Constructor Details
-
SimpleMibDataNode
-
-
Method Details
-
setChildren
-
getObjectName
- Specified by:
getObjectName
in interfacecom.snmp4j.smi.SmiObject
-
getOID
public org.snmp4j.smi.OID getOID()- Specified by:
getOID
in interfacecom.snmp4j.smi.SmiObject
-
getSmiSyntax
public int getSmiSyntax()- Specified by:
getSmiSyntax
in interfacecom.snmp4j.smi.SmiObject
- Specified by:
getSmiSyntax
in interfacecom.snmp4j.smi.SmiValueType
-
getSnmpSyntax
public int getSnmpSyntax() -
getDescription
- Specified by:
getDescription
in interfacecom.snmp4j.smi.SmiObject
-
getType
public com.snmp4j.smi.SmiType getType()- Specified by:
getType
in interfacecom.snmp4j.smi.SmiObject
-
getChildren
- Specified by:
getChildren
in interfacecom.snmp4j.smi.SmiObject
-
getParent
public com.snmp4j.smi.SmiObject getParent()- Specified by:
getParent
in interfacecom.snmp4j.smi.SmiObject
-
getReference
- Specified by:
getReference
in interfacecom.snmp4j.smi.SmiObject
-
getSyntax
public com.snmp4j.smi.SmiSyntax getSyntax()- Specified by:
getSyntax
in interfacecom.snmp4j.smi.SmiValueType
-
getStatus
public com.snmp4j.smi.SmiStatus getStatus()- Specified by:
getStatus
in interfacecom.snmp4j.smi.SmiObject
-
getAsn1Comments
- Specified by:
getAsn1Comments
in interfacecom.snmp4j.smi.SmiObject
-
getSmiObject
public com.snmp4j.smi.SmiObject getSmiObject() -
getValue
-
getProxyObject
-
toString
-