public enum VersionStatusEnumeration extends Enum<VersionStatusEnumeration>
Java class for VersionStatusEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VersionStatusEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="draft"/>
<enumeration value="versioned"/>
<enumeration value="deprecated"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DEPRECATED |
DRAFT |
OTHER |
VERSIONED |
| Modifier and Type | Method and Description |
|---|---|
static VersionStatusEnumeration |
fromValue(String v) |
String |
value() |
static VersionStatusEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionStatusEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionStatusEnumeration DRAFT
public static final VersionStatusEnumeration VERSIONED
public static final VersionStatusEnumeration DEPRECATED
public static final VersionStatusEnumeration OTHER
public static VersionStatusEnumeration[] values()
for (VersionStatusEnumeration c : VersionStatusEnumeration.values()) System.out.println(c);
public static VersionStatusEnumeration 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 VersionStatusEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.