public interface Formatter
An implementation has access to an underlying MIB and applies the rules of SMIv1 and/or SMIv2 as appropriate to produce a textual representation of a given object value.
String format(Object value)
The object value passed to this method must be one of the following Java types:
Long
— for any integral object typeint[]
— for any object identifierbyte[]
— for any octet string or SMIv1 IpAddressvalue
- the value to formatCopyright © 2012–2015. All rights reserved.