public enum EANavigable extends Enum<EANavigable>
Enum Constant and Description |
---|
NAVIGABLE |
NONNAVIGABLE |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
String |
getEAValue() |
static EANavigable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EANavigable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EANavigable NAVIGABLE
public static final EANavigable NONNAVIGABLE
public static final EANavigable UNSPECIFIED
public static EANavigable[] values()
for (EANavigable c : EANavigable.values()) System.out.println(c);
public static EANavigable 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 getEAValue()
Copyright © 2018. All rights reserved.