public enum EntityPosition extends Enum<EntityPosition>
Enum Constant and Description |
---|
ENTRY_POINT |
EXIT_POINT |
EXPANSION_INPUT |
EXPANSION_OUTPUT |
INPUT_PIN |
NORMAL |
OUTPUT_PIN |
Modifier and Type | Field and Description |
---|---|
static double |
RADIUS |
Modifier and Type | Method and Description |
---|---|
void |
drawSymbol(UGraphic ug,
Rankdir rankdir) |
static EntityPosition |
fromStereotype(String label) |
Dimension2D |
getDimension(Rankdir rankdir) |
static EnumSet<EntityPosition> |
getInputs() |
static EnumSet<EntityPosition> |
getOutputs() |
ShapeType |
getShapeType() |
static EntityPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityPosition NORMAL
public static final EntityPosition ENTRY_POINT
public static final EntityPosition EXIT_POINT
public static final EntityPosition INPUT_PIN
public static final EntityPosition OUTPUT_PIN
public static final EntityPosition EXPANSION_INPUT
public static final EntityPosition EXPANSION_OUTPUT
public static final double RADIUS
public static EntityPosition[] values()
for (EntityPosition c : EntityPosition.values()) System.out.println(c);
public static EntityPosition 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 nullpublic Dimension2D getDimension(Rankdir rankdir)
public ShapeType getShapeType()
public static EntityPosition fromStereotype(String label)
public static EnumSet<EntityPosition> getInputs()
public static EnumSet<EntityPosition> getOutputs()
Copyright © 2016. All Rights Reserved.