public enum PyschosensoryNeedEnumeration extends Enum<PyschosensoryNeedEnumeration>
Java class for PyschosensoryNeedEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PyschosensoryNeedEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="visualImpairment"/>
<enumeration value="auditoryImpairment"/>
<enumeration value="cognitiveInputImpairment"/>
<enumeration value="averseToLifts"/>
<enumeration value="averseToEscalators"/>
<enumeration value="averseToConfinedSpaces"/>
<enumeration value="averseToCrowds"/>
<enumeration value="otherPsychosensoryNeed"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUDITORY_IMPAIRMENT |
AVERSE_TO_CONFINED_SPACES |
AVERSE_TO_CROWDS |
AVERSE_TO_ESCALATORS |
AVERSE_TO_LIFTS |
COGNITIVE_INPUT_IMPAIRMENT |
OTHER_PSYCHOSENSORY_NEED |
VISUAL_IMPAIRMENT |
| Modifier and Type | Method and Description |
|---|---|
static PyschosensoryNeedEnumeration |
fromValue(String v) |
String |
value() |
static PyschosensoryNeedEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PyschosensoryNeedEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PyschosensoryNeedEnumeration VISUAL_IMPAIRMENT
public static final PyschosensoryNeedEnumeration AUDITORY_IMPAIRMENT
public static final PyschosensoryNeedEnumeration COGNITIVE_INPUT_IMPAIRMENT
public static final PyschosensoryNeedEnumeration AVERSE_TO_LIFTS
public static final PyschosensoryNeedEnumeration AVERSE_TO_ESCALATORS
public static final PyschosensoryNeedEnumeration AVERSE_TO_CONFINED_SPACES
public static final PyschosensoryNeedEnumeration AVERSE_TO_CROWDS
public static final PyschosensoryNeedEnumeration OTHER_PSYCHOSENSORY_NEED
public static PyschosensoryNeedEnumeration[] values()
for (PyschosensoryNeedEnumeration c : PyschosensoryNeedEnumeration.values()) System.out.println(c);
public static PyschosensoryNeedEnumeration 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 PyschosensoryNeedEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.