public static enum GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd extends java.lang.Enum<GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd>
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd |
valueOf(byte codeByte) |
static GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd Default
public static final GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd Flat
public static final GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd Square
public static final GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd Round
public static GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd[] values()
for (GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd c : GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd.values()) System.out.println(c);
public static GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static GAD_DrawingOrder.GSLE_SetLineEnd.LineEnd valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()