public static enum AnchorShapeFactory.ConnectionEnd extends java.lang.Enum<AnchorShapeFactory.ConnectionEnd>
| Enum Constant | Description |
|---|---|
SOURCE |
The source end of a connection
|
TARGET |
The target end of a connection
|
| Modifier and Type | Method | Description |
|---|---|---|
static AnchorShapeFactory.ConnectionEnd |
valueOf(java.lang.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()
for (AnchorShapeFactory.ConnectionEnd c : AnchorShapeFactory.ConnectionEnd.values()) System.out.println(c);
public static AnchorShapeFactory.ConnectionEnd 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 nullBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.