Package | Description |
---|---|
inet.ipaddr |
Modifier and Type | Field and Description |
---|---|
MACAddressStringParameters.AddressSize |
MACAddressStringParameters.addressSize
Whether * is considered to be MAC 6 bytes, EUI-64 8 bytes, or either one
|
Modifier and Type | Method and Description |
---|---|
static MACAddressStringParameters.AddressSize |
MACAddressStringParameters.AddressSize.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MACAddressStringParameters.AddressSize[] |
MACAddressStringParameters.AddressSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MACAddressStringParameters.Builder |
MACAddressStringParameters.Builder.setAllAddresses(MACAddressStringParameters.AddressSize all) |
Constructor and Description |
---|
MACAddressStringParameters(boolean allowEmpty,
boolean allowAll,
MACAddressStringParameters.AddressSize allAddresses,
boolean allowSingleSegment,
boolean allowDashed,
boolean allowSingleDashed,
boolean allowColonDelimited,
boolean allowDotted,
boolean allowSpaceDelimited,
MACAddressStringParameters.MACAddressStringFormatParameters formatOpts) |