public enum AustralianAddressLevelType extends Enum<AustralianAddressLevelType>
| Enum Constant and Description |
|---|
Basement |
Floor |
Ground |
Level |
LowerGround |
Mezzanine |
Undefined |
UpperGround |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getName() |
String |
toString() |
static AustralianAddressLevelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AustralianAddressLevelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AustralianAddressLevelType Undefined
public static final AustralianAddressLevelType Basement
public static final AustralianAddressLevelType Floor
public static final AustralianAddressLevelType Ground
public static final AustralianAddressLevelType Level
public static final AustralianAddressLevelType LowerGround
public static final AustralianAddressLevelType Mezzanine
public static final AustralianAddressLevelType UpperGround
public static AustralianAddressLevelType[] values()
for (AustralianAddressLevelType c : AustralianAddressLevelType.values()) System.out.println(c);
public static AustralianAddressLevelType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCode()
public String getName()
public String toString()
toString in class Enum<AustralianAddressLevelType>Copyright © 2021. All rights reserved.