public enum CommentTypeEnum extends Enum<CommentTypeEnum>
Java class for CommentTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CommentTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="abnormalLoadMovementNote"/>
<enumeration value="dataProcessingNote"/>
<enumeration value="description"/>
<enumeration value="internalNote"/>
<enumeration value="locationDescriptor"/>
<enumeration value="warning"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ABNORMAL_LOAD_MOVEMENT_NOTE |
DATA_PROCESSING_NOTE |
DESCRIPTION |
INTERNAL_NOTE |
LOCATION_DESCRIPTOR |
OTHER |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static CommentTypeEnum |
fromValue(String v) |
String |
value() |
static CommentTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommentTypeEnum ABNORMAL_LOAD_MOVEMENT_NOTE
public static final CommentTypeEnum DATA_PROCESSING_NOTE
public static final CommentTypeEnum DESCRIPTION
public static final CommentTypeEnum INTERNAL_NOTE
public static final CommentTypeEnum LOCATION_DESCRIPTOR
public static final CommentTypeEnum WARNING
public static final CommentTypeEnum OTHER
public static CommentTypeEnum[] values()
for (CommentTypeEnum c : CommentTypeEnum.values()) System.out.println(c);
public static CommentTypeEnum 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 CommentTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.