Package | Description |
---|---|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Method and Description |
---|---|
IpAddress.Family |
SubnetMask.getFamily()
Returns the IP address family of this subnet mask.
|
IpAddress.Family |
Subnet.getFamily()
Returns the IP address family of the subnet and mask.
|
IpAddress.Family |
IpRange.getFamily()
Returns the IP address family of this range.
|
IpAddress.Family |
IpAddress.getFamily()
Returns the family this address belongs to.
|
static IpAddress.Family |
IpAddress.Family.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpAddress.Family[] |
IpAddress.Family.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.