public static enum PQuadNode.TypeEnum extends Enum<PQuadNode.TypeEnum>
| Enum Constant and Description |
|---|
CELL |
CELL_GROUP |
| Modifier and Type | Method and Description |
|---|---|
static PQuadNode.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PQuadNode.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PQuadNode.TypeEnum CELL
public static final PQuadNode.TypeEnum CELL_GROUP
public static PQuadNode.TypeEnum[] values()
for (PQuadNode.TypeEnum c : PQuadNode.TypeEnum.values()) System.out.println(c);
public static PQuadNode.TypeEnum 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 © 2018 Terra Software Informatics LLC.. All rights reserved.