Modifier and Type | Field and Description |
---|---|
static String |
AUTONOMOUSTYPE |
static String |
DATEANDTIME |
static String |
DISPLAYSTRING |
static String |
MODULE_NAME |
static String |
ROWSTATUS |
static String |
STORAGETYPE |
static String |
TESTANDINCR |
static String |
TIMESTAMP |
static String |
TRUTHVALUE |
Constructor and Description |
---|
SNMPv2TC() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the (unique) name of the module definition.
|
TextualConvention |
getTextualConvention(String name)
Gets the textual convention for the specified name.
|
Collection<TextualConvention> |
getTextualConventions()
Gets a collection of
TextualConvention instances in this
TCModule . |
public static final String MODULE_NAME
public static final String AUTONOMOUSTYPE
public static final String TIMESTAMP
public static final String DISPLAYSTRING
public static final String STORAGETYPE
public static final String DATEANDTIME
public static final String ROWSTATUS
public static final String TRUTHVALUE
public static final String TESTANDINCR
public final String getName()
TCModule
public TextualConvention getTextualConvention(String name)
TCModule
getTextualConvention
in interface TCModule
name
- the object definition name of the TC MIB definition.TextualConvention
instance.public Collection<TextualConvention> getTextualConventions()
TCModule
TextualConvention
instances in this
TCModule
.getTextualConventions
in interface TCModule
TextualConvention
instances.Copyright © 2020 SNMP4J.org. All rights reserved.