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