public static enum ISBIndex.ISBNode.NodeType extends Enum<ISBIndex.ISBNode.NodeType>
Modifier and Type | Method and Description |
---|---|
static ISBIndex.ISBNode.NodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISBIndex.ISBNode.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISBIndex.ISBNode.NodeType OUTLIER
public static final ISBIndex.ISBNode.NodeType INLIER_MC
public static final ISBIndex.ISBNode.NodeType INLIER_PD
public static ISBIndex.ISBNode.NodeType[] values()
for (ISBIndex.ISBNode.NodeType c : ISBIndex.ISBNode.NodeType.values()) System.out.println(c);
public static ISBIndex.ISBNode.NodeType 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 nullCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.