public static enum AttributeMap.ArrowType extends java.lang.Enum<AttributeMap.ArrowType>
| Enum Constant and Description |
|---|
ARROW_CROSS |
ARROW_TECHNICAL_CIRCLE |
ARROWTYPE_CIRCLE |
ARROWTYPE_CLASSIC |
ARROWTYPE_DIAMOND |
ARROWTYPE_DOUBLELINE |
ARROWTYPE_LINE |
ARROWTYPE_NONE |
ARROWTYPE_SIMPLE |
ARROWTYPE_TECHNICAL |
| Modifier and Type | Method and Description |
|---|---|
static AttributeMap.ArrowType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeMap.ArrowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeMap.ArrowType ARROWTYPE_CLASSIC
public static final AttributeMap.ArrowType ARROWTYPE_TECHNICAL
public static final AttributeMap.ArrowType ARROWTYPE_SIMPLE
public static final AttributeMap.ArrowType ARROWTYPE_DIAMOND
public static final AttributeMap.ArrowType ARROWTYPE_CIRCLE
public static final AttributeMap.ArrowType ARROWTYPE_LINE
public static final AttributeMap.ArrowType ARROWTYPE_DOUBLELINE
public static final AttributeMap.ArrowType ARROWTYPE_NONE
public static final AttributeMap.ArrowType ARROW_CROSS
public static final AttributeMap.ArrowType ARROW_TECHNICAL_CIRCLE
public static AttributeMap.ArrowType[] values()
for (AttributeMap.ArrowType c : AttributeMap.ArrowType.values()) System.out.println(c);
public static AttributeMap.ArrowType 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 null