Uses of Class
com.opencloud.util.cgin.Address.Nature
-
-
Uses of Address.Nature in com.opencloud.util.cgin
Methods in com.opencloud.util.cgin that return Address.Nature Modifier and Type Method Description Address.Nature
Address. getNature()
static Address.Nature
Address.Nature. valueOf(String name)
Returns the enum constant of this type with the specified name.static Address.Nature[]
Address.Nature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.util.cgin with parameters of type Address.Nature Constructor Description Address(Address.Nature nature, String address)
-