|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<NAOutputLine> com.esri.core.tasks.ags.na.NAOutputLine
public enum NAOutputLine
The enumeration types of output line.
Enum Constant Summary | |
---|---|
NONE
no output line |
|
SERVER_DEFAULT
default |
|
STRAIGHT
output straight line |
|
TRUE_SHAPE
output true shape line |
|
TRUE_SHAPE_WITH_MEASURE
output true shape line with measurement |
Method Summary | |
---|---|
static NAOutputLine |
get(String str)
|
String |
toString()
|
static NAOutputLine |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NAOutputLine[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NAOutputLine NONE
public static final NAOutputLine STRAIGHT
public static final NAOutputLine TRUE_SHAPE
public static final NAOutputLine TRUE_SHAPE_WITH_MEASURE
public static final NAOutputLine SERVER_DEFAULT
Method Detail |
---|
public static NAOutputLine[] values()
for (NAOutputLine c : NAOutputLine.values()) System.out.println(c);
public static NAOutputLine valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<NAOutputLine>
public static NAOutputLine get(String str)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |