public enum PointOfInterestSpaceTypeEnumeration extends Enum<PointOfInterestSpaceTypeEnumeration>
Java class for PointOfInterestSpaceTypeEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PointOfInterestSpaceTypeEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="arena"/>
<enumeration value="archeryArena"/>
<enumeration value="athleteArea"/>
<enumeration value="auditorium"/>
<enumeration value="changingRoom"/>
<enumeration value="court"/>
<enumeration value="downhillSkiingCourse"/>
<enumeration value="freestyleSkiingCourse"/>
<enumeration value="skiboardingArea"/>
<enumeration value="gates"/>
<enumeration value="greenRoom"/>
<enumeration value="hospitalityZone"/>
<enumeration value="iceRink"/>
<enumeration value="orchestralPit"/>
<enumeration value="playingField"/>
<enumeration value="podium"/>
<enumeration value="pool"/>
<enumeration value="divingPool"/>
<enumeration value="pressArea"/>
<enumeration value="queuingAreaForEntrance"/>
<enumeration value="ridingArea"/>
<enumeration value="rowingArea"/>
<enumeration value="securityScreeningArea"/>
<enumeration value="sledRun"/>
<enumeration value="spectatorTerrace"/>
<enumeration value="spectatorSeating"/>
<enumeration value="spectatorStandingArea"/>
<enumeration value="sportsArea"/>
<enumeration value="stabling"/>
<enumeration value="stage"/>
<enumeration value="ring"/>
<enumeration value="ticketing"/>
<enumeration value="track"/>
<enumeration value="trackside"/>
<enumeration value="velodrome"/>
<enumeration value="warmUpArea"/>
<enumeration value="waterside"/>
<enumeration value="undefined"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static PointOfInterestSpaceTypeEnumeration |
fromValue(String v) |
String |
value() |
static PointOfInterestSpaceTypeEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PointOfInterestSpaceTypeEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PointOfInterestSpaceTypeEnumeration ARENA
public static final PointOfInterestSpaceTypeEnumeration ARCHERY_ARENA
public static final PointOfInterestSpaceTypeEnumeration ATHLETE_AREA
public static final PointOfInterestSpaceTypeEnumeration AUDITORIUM
public static final PointOfInterestSpaceTypeEnumeration CHANGING_ROOM
public static final PointOfInterestSpaceTypeEnumeration COURT
public static final PointOfInterestSpaceTypeEnumeration DOWNHILL_SKIING_COURSE
public static final PointOfInterestSpaceTypeEnumeration FREESTYLE_SKIING_COURSE
public static final PointOfInterestSpaceTypeEnumeration SKIBOARDING_AREA
public static final PointOfInterestSpaceTypeEnumeration GATES
public static final PointOfInterestSpaceTypeEnumeration GREEN_ROOM
public static final PointOfInterestSpaceTypeEnumeration HOSPITALITY_ZONE
public static final PointOfInterestSpaceTypeEnumeration ICE_RINK
public static final PointOfInterestSpaceTypeEnumeration ORCHESTRAL_PIT
public static final PointOfInterestSpaceTypeEnumeration PLAYING_FIELD
public static final PointOfInterestSpaceTypeEnumeration PODIUM
public static final PointOfInterestSpaceTypeEnumeration POOL
public static final PointOfInterestSpaceTypeEnumeration DIVING_POOL
public static final PointOfInterestSpaceTypeEnumeration PRESS_AREA
public static final PointOfInterestSpaceTypeEnumeration QUEUING_AREA_FOR_ENTRANCE
public static final PointOfInterestSpaceTypeEnumeration RIDING_AREA
public static final PointOfInterestSpaceTypeEnumeration ROWING_AREA
public static final PointOfInterestSpaceTypeEnumeration SECURITY_SCREENING_AREA
public static final PointOfInterestSpaceTypeEnumeration SLED_RUN
public static final PointOfInterestSpaceTypeEnumeration SPECTATOR_TERRACE
public static final PointOfInterestSpaceTypeEnumeration SPECTATOR_SEATING
public static final PointOfInterestSpaceTypeEnumeration SPECTATOR_STANDING_AREA
public static final PointOfInterestSpaceTypeEnumeration SPORTS_AREA
public static final PointOfInterestSpaceTypeEnumeration STABLING
public static final PointOfInterestSpaceTypeEnumeration STAGE
public static final PointOfInterestSpaceTypeEnumeration RING
public static final PointOfInterestSpaceTypeEnumeration TICKETING
public static final PointOfInterestSpaceTypeEnumeration TRACK
public static final PointOfInterestSpaceTypeEnumeration TRACKSIDE
public static final PointOfInterestSpaceTypeEnumeration VELODROME
public static final PointOfInterestSpaceTypeEnumeration WARM_UP_AREA
public static final PointOfInterestSpaceTypeEnumeration WATERSIDE
public static final PointOfInterestSpaceTypeEnumeration UNDEFINED
public static final PointOfInterestSpaceTypeEnumeration OTHER
public static PointOfInterestSpaceTypeEnumeration[] values()
for (PointOfInterestSpaceTypeEnumeration c : PointOfInterestSpaceTypeEnumeration.values()) System.out.println(c);
public static PointOfInterestSpaceTypeEnumeration 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 value()
public static PointOfInterestSpaceTypeEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.