public static enum EncodingManager.Access extends Enum<EncodingManager.Access>
Modifier and Type | Method and Description |
---|---|
boolean |
canSkip() |
boolean |
isFerry() |
boolean |
isOther() |
boolean |
isWay() |
static EncodingManager.Access |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingManager.Access[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodingManager.Access WAY
public static final EncodingManager.Access FERRY
public static final EncodingManager.Access OTHER
public static final EncodingManager.Access CAN_SKIP
public static EncodingManager.Access[] values()
for (EncodingManager.Access c : EncodingManager.Access.values()) System.out.println(c);
public static EncodingManager.Access 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 boolean isFerry()
public boolean isWay()
public boolean isOther()
public boolean canSkip()
Copyright © 2012–2020. All rights reserved.