public enum SplitTriconnectedComponentType extends java.lang.Enum<SplitTriconnectedComponentType>
| Enum Constant and Description |
|---|
BOND |
RING |
TRIANGLE |
TRICONNECTED_GRAPH |
TRIPLE_BOND |
| Modifier and Type | Method and Description |
|---|---|
static SplitTriconnectedComponentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SplitTriconnectedComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SplitTriconnectedComponentType TRIPLE_BOND
public static final SplitTriconnectedComponentType TRIANGLE
public static final SplitTriconnectedComponentType TRICONNECTED_GRAPH
public static final SplitTriconnectedComponentType BOND
public static final SplitTriconnectedComponentType RING
public static SplitTriconnectedComponentType[] values()
for (SplitTriconnectedComponentType c : SplitTriconnectedComponentType.values()) System.out.println(c);
public static SplitTriconnectedComponentType 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