|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LevelType>
au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.LevelType
public enum LevelType
Java class for levelType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="levelType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="B"/> <enumeration value="FL"/> <enumeration value="G"/> <enumeration value="L"/> <enumeration value="LG"/> <enumeration value="M"/> <enumeration value="OD"/> <enumeration value="P"/> <enumeration value="PTHS"/> <enumeration value="PLF"/> <enumeration value="PLZA"/> <enumeration value="PDM"/> <enumeration value="RT"/> <enumeration value="SB"/> <enumeration value="UG"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
B
Basement |
|
FL
Floor |
|
G
Ground |
|
L
Level |
|
LG
Lower Ground |
|
M
Mezzanine |
|
OD
Observation Deck |
|
P
Parking |
|
PDM
Podium |
|
PLF
Platform |
|
PLZA
Plaza |
|
PTHS
Penthouse |
|
RT
Rooftop |
|
SB
Sub Basement |
|
UG
Upper Ground |
Method Summary | |
---|---|
static LevelType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static LevelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LevelType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LevelType B
public static final LevelType FL
public static final LevelType G
public static final LevelType L
public static final LevelType LG
public static final LevelType M
public static final LevelType OD
public static final LevelType P
public static final LevelType PTHS
public static final LevelType PLF
public static final LevelType PLZA
public static final LevelType PDM
public static final LevelType RT
public static final LevelType SB
public static final LevelType UG
Method Detail |
---|
public static LevelType[] values()
for (LevelType c : LevelType.values()) System.out.println(c);
public static LevelType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static LevelType fromValue(java.lang.String v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |