public enum ResellWhenEnumeration extends Enum<ResellWhenEnumeration>
Java class for ResellWhenEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ResellWhenEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
<enumeration value="never"/>
<enumeration value="beforeStartOfValidity"/>
<enumeration value="afterStartOfValidity"/>
<enumeration value="afterEndOfValidity"/>
<enumeration value="beforeFirstUse"/>
<enumeration value="afterFirstUse"/>
<enumeration value="beforeValidation"/>
<enumeration value="afterValidation"/>
<enumeration value="anyTime"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AFTER_END_OF_VALIDITY |
AFTER_FIRST_USE |
AFTER_START_OF_VALIDITY |
AFTER_VALIDATION |
ANY_TIME |
BEFORE_FIRST_USE |
BEFORE_START_OF_VALIDITY |
BEFORE_VALIDATION |
NEVER |
| Modifier and Type | Method and Description |
|---|---|
static ResellWhenEnumeration |
fromValue(String v) |
String |
value() |
static ResellWhenEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResellWhenEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResellWhenEnumeration NEVER
public static final ResellWhenEnumeration BEFORE_START_OF_VALIDITY
public static final ResellWhenEnumeration AFTER_START_OF_VALIDITY
public static final ResellWhenEnumeration AFTER_END_OF_VALIDITY
public static final ResellWhenEnumeration BEFORE_FIRST_USE
public static final ResellWhenEnumeration AFTER_FIRST_USE
public static final ResellWhenEnumeration BEFORE_VALIDATION
public static final ResellWhenEnumeration AFTER_VALIDATION
public static final ResellWhenEnumeration ANY_TIME
public static ResellWhenEnumeration[] values()
for (ResellWhenEnumeration c : ResellWhenEnumeration.values()) System.out.println(c);
public static ResellWhenEnumeration 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 ResellWhenEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.