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