public static enum Context.Configuration extends java.lang.Enum<Context.Configuration>
| Enum Constant and Description |
|---|
EPICS_CA_ADDR_LIST |
EPICS_CA_AUTO_ADDR_LIST |
EPICS_CA_BEACON_PERIOD |
EPICS_CA_CONN_TMO |
EPICS_CA_MAX_ARRAY_BYTES |
EPICS_CA_REPEATER_PORT |
EPICS_CA_SERVER_PORT |
| Modifier and Type | Method and Description |
|---|---|
static Context.Configuration |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Context.Configuration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Context.Configuration EPICS_CA_ADDR_LIST
public static final Context.Configuration EPICS_CA_AUTO_ADDR_LIST
public static final Context.Configuration EPICS_CA_CONN_TMO
public static final Context.Configuration EPICS_CA_BEACON_PERIOD
public static final Context.Configuration EPICS_CA_REPEATER_PORT
public static final Context.Configuration EPICS_CA_SERVER_PORT
public static final Context.Configuration EPICS_CA_MAX_ARRAY_BYTES
public static Context.Configuration[] values()
for (Context.Configuration c : Context.Configuration.values()) System.out.println(c);
public static Context.Configuration valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null