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