public static enum VTSHeaderInfo.VTSHeaderItem extends Enum<VTSHeaderInfo.VTSHeaderItem> implements VTSHeaderInfo.VTSHeaderItemIterface
Enum Constant and Description |
---|
COMMENT |
CREATION_DATE |
ORIGINATOR |
EME2000_STRING
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Get the default value of the item.
|
boolean |
isRequired()
Get if the item is required.
|
static VTSHeaderInfo.VTSHeaderItem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VTSHeaderInfo.VTSHeaderItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VTSHeaderInfo.VTSHeaderItem CREATION_DATE
public static final VTSHeaderInfo.VTSHeaderItem COMMENT
public static final VTSHeaderInfo.VTSHeaderItem ORIGINATOR
public static VTSHeaderInfo.VTSHeaderItem[] values()
for (VTSHeaderInfo.VTSHeaderItem c : VTSHeaderInfo.VTSHeaderItem.values()) System.out.println(c);
public static VTSHeaderInfo.VTSHeaderItem 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 getDefaultValue()
getDefaultValue
in interface VTSHeaderInfo.VTSHeaderItemIterface
public boolean isRequired()
isRequired
in interface VTSHeaderInfo.VTSHeaderItemIterface
Copyright © 2024. All rights reserved.