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