Enum Constant and Description |
---|
AGGREGATION |
COMPOSITION |
DEPENDENCY |
GENERALIZATION |
NAVIGABILITY |
REALIZATION |
SEE_ALSO |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
arrowHead |
private java.lang.String |
arrowTail |
private boolean |
reversed |
private java.lang.String |
style |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArrowHead() |
java.lang.String |
getArrowTail() |
java.lang.String |
getStyle() |
boolean |
isReversed() |
static EdgeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EdgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdgeType GENERALIZATION
public static final EdgeType REALIZATION
public static final EdgeType DEPENDENCY
public static final EdgeType AGGREGATION
public static final EdgeType COMPOSITION
public static final EdgeType NAVIGABILITY
public static final EdgeType SEE_ALSO
private final java.lang.String arrowHead
private final java.lang.String style
private final java.lang.String arrowTail
private final boolean reversed
public static EdgeType[] values()
for (EdgeType c : EdgeType.values()) System.out.println(c);
public static EdgeType 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 nullpublic java.lang.String getArrowHead()
public java.lang.String getStyle()
public java.lang.String getArrowTail()
public boolean isReversed()