Package | Description |
---|---|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Method and Description |
---|---|
static MacAddress.Format |
MacAddress.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacAddress.Format[] |
MacAddress.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
MacAddress.toFormattedString(MacAddress.Format fmt)
Returns a string representation of this MAC address, using the
specified
MacAddress.Format . |
String |
MacAddress.toFormattedString(MacAddress.Format fmt,
boolean toLowerCase)
Returns a string representation of this MAC address, using the
specified
MacAddress.Format . |
Copyright © 2015. All Rights Reserved.