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