org.snmp4j.agent.mo.jmx.types
Interface SMITransformType
- All Known Implementing Classes:
- Boolean2IntegerType, BooleanBitsType, CombinedBitsType, CombinedTypedAttribute, EnumBitsType, EnumStringType, InverseBooleanType, MBeanProxyType, SplitStringType, TypedAttribute, TypedCompositeDataAttribute
public interface SMITransformType
transformObject2SMI
void transformObject2SMI(java.lang.Object object,
org.snmp4j.smi.Variable value)
transformSMI2Object
java.lang.Object transformSMI2Object(org.snmp4j.smi.Variable value)