public enum SSNEdgeStyle extends java.lang.Enum<SSNEdgeStyle>
| Enum Constant and Description |
|---|
DELETED |
HIGH |
LOW |
NEUTRAL |
NEW |
VERY_HIGH |
VERY_LOW |
| Modifier and Type | Method and Description |
|---|---|
static SSNEdgeStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSNEdgeStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSNEdgeStyle VERY_HIGH
public static final SSNEdgeStyle HIGH
public static final SSNEdgeStyle NEUTRAL
public static final SSNEdgeStyle LOW
public static final SSNEdgeStyle VERY_LOW
public static final SSNEdgeStyle DELETED
public static final SSNEdgeStyle NEW
public static SSNEdgeStyle[] values()
for (SSNEdgeStyle c : SSNEdgeStyle.values()) System.out.println(c);
public static SSNEdgeStyle 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 null