public static enum ArrowAnnotation.ArrowEnd extends Enum<ArrowAnnotation.ArrowEnd>
Modifier and Type | Method and Description |
---|---|
static ArrowAnnotation.ArrowEnd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrowAnnotation.ArrowEnd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArrowAnnotation.ArrowEnd SOURCE
public static final ArrowAnnotation.ArrowEnd TARGET
public static ArrowAnnotation.ArrowEnd[] values()
for (ArrowAnnotation.ArrowEnd c : ArrowAnnotation.ArrowEnd.values()) System.out.println(c);
public static ArrowAnnotation.ArrowEnd 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 2011-2015 Cytoscape Consortium. All rights reserved.