public static enum AnchorShapeFactory.ConnectionEnd extends Enum<AnchorShapeFactory.ConnectionEnd>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
SOURCE
The source end of a connection
|
TARGET
The target end of a connection
|
Modifier and Type | Method and Description |
---|---|
static AnchorShapeFactory.ConnectionEnd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnchorShapeFactory.ConnectionEnd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnchorShapeFactory.ConnectionEnd SOURCE
public static final AnchorShapeFactory.ConnectionEnd TARGET
public static AnchorShapeFactory.ConnectionEnd[] values()
public static AnchorShapeFactory.ConnectionEnd 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 null