Uses of Class
org.openiam.idm.srvc.geo.domain.IPvEnum
-
Packages that use IPvEnum Package Description org.openiam.idm.srvc.geo.domain org.openiam.idm.srvc.geo.domain.pk -
-
Uses of IPvEnum in org.openiam.idm.srvc.geo.domain
Methods in org.openiam.idm.srvc.geo.domain that return IPvEnum Modifier and Type Method Description static IPvEnum
IPvEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPvEnum[]
IPvEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IPvEnum in org.openiam.idm.srvc.geo.domain.pk
Constructors in org.openiam.idm.srvc.geo.domain.pk with parameters of type IPvEnum Constructor Description DbIPGeoIdEntity(IPvEnum addrType, String ipStart)
-