public static enum IArc2.ArcDirection extends Enum<IArc2.ArcDirection>
Modifier and Type | Method and Description |
---|---|
static IArc2.ArcDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IArc2.ArcDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IArc2.ArcDirection DIRECT
public static final IArc2.ArcDirection INDIRECT
public static final IArc2.ArcDirection NONE
public static final IArc2.ArcDirection UNKNOWN
public static IArc2.ArcDirection[] values()
for (IArc2.ArcDirection c : IArc2.ArcDirection.values()) System.out.println(c);
public static IArc2.ArcDirection 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 nullCopyright © 2016 Laboratoire COGIT, IGN. All rights reserved.