public enum OPCBROWSETYPE extends Enum<OPCBROWSETYPE>
| Enum Constant and Description |
|---|
OPC_BRANCH |
OPC_FLAT |
OPC_LEAF |
OPC_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static OPCBROWSETYPE |
fromID(int id) |
int |
id() |
static OPCBROWSETYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OPCBROWSETYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OPCBROWSETYPE OPC_BRANCH
public static final OPCBROWSETYPE OPC_LEAF
public static final OPCBROWSETYPE OPC_FLAT
public static final OPCBROWSETYPE OPC_UNKNOWN
public static OPCBROWSETYPE[] values()
for (OPCBROWSETYPE c : OPCBROWSETYPE.values()) System.out.println(c);
public static OPCBROWSETYPE 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 nullpublic int id()
public static OPCBROWSETYPE fromID(int id)
Copyright © 2017 LSST. All rights reserved.