public static enum Endpoint.EndpointType extends java.lang.Enum<Endpoint.EndpointType>
| Modifier and Type | Method and Description |
|---|---|
static Endpoint.EndpointType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint.EndpointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Endpoint.EndpointType JUMP
public static final Endpoint.EndpointType VALUE
public static final Endpoint.EndpointType MATCH
public static final Endpoint.EndpointType STOP
public static final Endpoint.EndpointType ERROR
public static Endpoint.EndpointType[] values()
for (Endpoint.EndpointType c : Endpoint.EndpointType.values()) System.out.println(c);
public static Endpoint.EndpointType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null