public static enum InternalConstants.PathTypes extends Enum<InternalConstants.PathTypes> implements InternalConstants.ParseEnum
| Modifier and Type | Field and Description |
|---|---|
int |
code |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static InternalConstants.PathTypes |
parse(int code) |
static InternalConstants.PathTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalConstants.PathTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfparsepublic static final InternalConstants.PathTypes Empty
public static final InternalConstants.PathTypes SCION
public static final InternalConstants.PathTypes OneHop
public static final InternalConstants.PathTypes EPIC
public static final InternalConstants.PathTypes COLIBRI
public static InternalConstants.PathTypes[] values()
for (InternalConstants.PathTypes c : InternalConstants.PathTypes.values()) System.out.println(c);
public static InternalConstants.PathTypes 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 InternalConstants.PathTypes parse(int code)
public int code()
code in interface InternalConstants.ParseEnumCopyright © 2024. All rights reserved.