public enum UserTypeEnum extends Enum<UserTypeEnum>
Java class for UserTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UserTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="allUsers"/>
<enumeration value="shoppers"/>
<enumeration value="hotelGuests"/>
<enumeration value="subscribers"/>
<enumeration value="reservationHolders"/>
<enumeration value="seasonTicketHolders"/>
<enumeration value="registeredDisabledUsers"/>
<enumeration value="disabled"/>
<enumeration value="handicapped"/>
<enumeration value="hearingImpaired"/>
<enumeration value="visuallyImpaired"/>
<enumeration value="wheelchairUsers"/>
<enumeration value="elderlyUsers"/>
<enumeration value="families"/>
<enumeration value="men"/>
<enumeration value="women"/>
<enumeration value="pregnantWomen"/>
<enumeration value="pensioners"/>
<enumeration value="students"/>
<enumeration value="staff"/>
<enumeration value="employees"/>
<enumeration value="customers"/>
<enumeration value="visitors"/>
<enumeration value="members"/>
<enumeration value="shortTermParker"/>
<enumeration value="longTermParker"/>
<enumeration value="overnightParker"/>
<enumeration value="sportEventAwaySupporters"/>
<enumeration value="sportEventHomeSupporters"/>
<enumeration value="residents"/>
<enumeration value="commuters"/>
<enumeration value="parkAndRideUsers"/>
<enumeration value="parkAndWalkUser"/>
<enumeration value="parkAndCycleUser"/>
<enumeration value="other"/>
<enumeration value="unknown"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static UserTypeEnum |
fromValue(String v) |
String |
value() |
static UserTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserTypeEnum ALL_USERS
public static final UserTypeEnum SHOPPERS
public static final UserTypeEnum HOTEL_GUESTS
public static final UserTypeEnum SUBSCRIBERS
public static final UserTypeEnum RESERVATION_HOLDERS
public static final UserTypeEnum SEASON_TICKET_HOLDERS
public static final UserTypeEnum REGISTERED_DISABLED_USERS
public static final UserTypeEnum DISABLED
public static final UserTypeEnum HANDICAPPED
public static final UserTypeEnum HEARING_IMPAIRED
public static final UserTypeEnum VISUALLY_IMPAIRED
public static final UserTypeEnum WHEELCHAIR_USERS
public static final UserTypeEnum ELDERLY_USERS
public static final UserTypeEnum FAMILIES
public static final UserTypeEnum MEN
public static final UserTypeEnum WOMEN
public static final UserTypeEnum PREGNANT_WOMEN
public static final UserTypeEnum PENSIONERS
public static final UserTypeEnum STUDENTS
public static final UserTypeEnum STAFF
public static final UserTypeEnum EMPLOYEES
public static final UserTypeEnum CUSTOMERS
public static final UserTypeEnum VISITORS
public static final UserTypeEnum MEMBERS
public static final UserTypeEnum SHORT_TERM_PARKER
public static final UserTypeEnum LONG_TERM_PARKER
public static final UserTypeEnum OVERNIGHT_PARKER
public static final UserTypeEnum SPORT_EVENT_AWAY_SUPPORTERS
public static final UserTypeEnum SPORT_EVENT_HOME_SUPPORTERS
public static final UserTypeEnum RESIDENTS
public static final UserTypeEnum COMMUTERS
public static final UserTypeEnum PARK_AND_RIDE_USERS
public static final UserTypeEnum PARK_AND_WALK_USER
public static final UserTypeEnum PARK_AND_CYCLE_USER
public static final UserTypeEnum OTHER
public static final UserTypeEnum UNKNOWN
public static UserTypeEnum[] values()
for (UserTypeEnum c : UserTypeEnum.values()) System.out.println(c);
public static UserTypeEnum 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 UserTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.