public static enum Origin.OriginType extends Enum<Origin.OriginType>
| Enum Constant and Description |
|---|
EGP |
IGP |
INCOMPLETE |
| Modifier and Type | Method and Description |
|---|---|
byte |
getType()
Returns value of ORIGIN type.
|
static Origin.OriginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Origin.OriginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Origin.OriginType IGP
public static final Origin.OriginType EGP
public static final Origin.OriginType INCOMPLETE
public static Origin.OriginType[] values()
for (Origin.OriginType c : Origin.OriginType.values()) System.out.println(c);
public static Origin.OriginType 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 byte getType()
Copyright © 2016. All rights reserved.