public enum LogicEntityRouteFlag extends Enum<LogicEntityRouteFlag> implements Serializable
Enum Constant and Description |
---|
FINALIZED_PILLARFORCEARRANGER |
FINALIZED_ROUTE_FINALIZER |
INACTIVE_PILLARFORCEARRANGER |
INACTIVE_ROUTE_FINALIZER |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getCodeMessage() |
static LogicEntityRouteFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicEntityRouteFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogicEntityRouteFlag FINALIZED_PILLARFORCEARRANGER
public static final LogicEntityRouteFlag INACTIVE_PILLARFORCEARRANGER
public static final LogicEntityRouteFlag FINALIZED_ROUTE_FINALIZER
public static final LogicEntityRouteFlag INACTIVE_ROUTE_FINALIZER
public static LogicEntityRouteFlag[] values()
for (LogicEntityRouteFlag c : LogicEntityRouteFlag.values()) System.out.println(c);
public static LogicEntityRouteFlag 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 int getCode()
public String getCodeMessage()
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.