|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpAddressType | |
---|---|
de.fhhannover.inform.trust.ifmapj.identifier | This package provides classes to represent IF-MAP identifiers. |
Uses of IpAddressType in de.fhhannover.inform.trust.ifmapj.identifier |
---|
Methods in de.fhhannover.inform.trust.ifmapj.identifier that return IpAddressType | |
---|---|
IpAddressType |
IpAddress.getType()
|
static IpAddressType |
IpAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IpAddressType[] |
IpAddressType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.fhhannover.inform.trust.ifmapj.identifier with parameters of type IpAddressType | |
---|---|
static IpAddress |
Identifiers.createIp(IpAddressType type,
String value,
String admDom)
Create an ip-address identifier with the given parameters. |
IpAddress |
IdentifierFactory.createIp(IpAddressType type,
String value,
String admDom)
Deprecated. Create an ip-address identifier with the given parameters. |
void |
IpAddress.setType(IpAddressType type)
Deprecated. |
Constructors in de.fhhannover.inform.trust.ifmapj.identifier with parameters of type IpAddressType | |
---|---|
IpAddress(IpAddressType type,
String value,
String admDom)
Package constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |