public enum RouteTargetTypeEnum extends Enum<RouteTargetTypeEnum>
| Enum Constant and Description |
|---|
BOTH
Represents both.
|
EXPORT
Represents export.
|
IMPORT
Represents import.
|
| Modifier and Type | Method and Description |
|---|---|
static RouteTargetTypeEnum |
of(int value)
Returns the object of routeTargetTypeEnum for.
|
static RouteTargetTypeEnum |
of(String value)
Returns the object of routeTargetTypeEnum for.
|
int |
routeTargetTypeEnum()
Returns the attribute routeTargetTypeEnum.
|
String |
toString() |
static RouteTargetTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteTargetTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouteTargetTypeEnum IMPORT
public static final RouteTargetTypeEnum EXPORT
public static final RouteTargetTypeEnum BOTH
public static RouteTargetTypeEnum[] values()
for (RouteTargetTypeEnum c : RouteTargetTypeEnum.values()) System.out.println(c);
public static RouteTargetTypeEnum 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 static RouteTargetTypeEnum of(int value)
value - value of routeTargetTypeEnum forpublic static RouteTargetTypeEnum of(String value)
value - value of routeTargetTypeEnum forpublic int routeTargetTypeEnum()
public String toString()
toString in class Enum<RouteTargetTypeEnum>Copyright © 2018. All rights reserved.