public static enum ProtocolConfiguration.PropertyNames extends java.lang.Enum<ProtocolConfiguration.PropertyNames>
| Enum Constant and Description |
|---|
EPICS_CA_ADDR_LIST |
EPICS_CA_AUTO_ADDR_LIST |
EPICS_CA_CONN_TMO |
EPICS_CA_MAX_ARRAY_BYTES |
EPICS_CA_REPEATER_PORT |
EPICS_CA_SERVER_PORT |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolConfiguration.PropertyNames |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolConfiguration.PropertyNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolConfiguration.PropertyNames EPICS_CA_ADDR_LIST
public static final ProtocolConfiguration.PropertyNames EPICS_CA_AUTO_ADDR_LIST
public static final ProtocolConfiguration.PropertyNames EPICS_CA_CONN_TMO
public static final ProtocolConfiguration.PropertyNames EPICS_CA_REPEATER_PORT
public static final ProtocolConfiguration.PropertyNames EPICS_CA_SERVER_PORT
public static final ProtocolConfiguration.PropertyNames EPICS_CA_MAX_ARRAY_BYTES
public static ProtocolConfiguration.PropertyNames[] values()
for (ProtocolConfiguration.PropertyNames c : ProtocolConfiguration.PropertyNames.values()) System.out.println(c);
public static ProtocolConfiguration.PropertyNames 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