public static enum ObisCode.AbstractCosemObject extends java.lang.Enum<ObisCode.AbstractCosemObject> implements ObisCode.ValueGroupC
Enum Constant and Description |
---|
ACTIVITY_CALENDAR |
ASSOCIATION_OBJECT |
CLOCK |
GENERAL_PURPOSE_OBJECTS |
IEC_HDLC_SETUP |
IEC_LOCAL_PORT_SETUP |
IEC_TWISTED_PAIR_SETUP |
LOGICAL_DEVICE_NAME |
MANUFACTURER_SPECIFIC |
MODEM_CONFIGURATION |
REGISTER_ACTIVATION |
REGISTER_MONITOR |
RESERVED |
SAP_ASSIGNMENT |
SCHEDULE |
SCRIPT_TABLE |
SINGLE_ACTION_SCHEDULE |
SPECIAL_DAYS_TABLE |
STANDARD_READOUT_DEFINITIONS |
TRANSPORT_LAYER_OBJECT
COSEM objects of IC “TCP-UDP setup”, “IPv4 setup”, “Ethernet setup”, “PPP setup”, “GPRS modem setup”, “SMTP
setup”
|
UTILITY_TABLES |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
type() |
static ObisCode.AbstractCosemObject |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObisCode.AbstractCosemObject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObisCode.AbstractCosemObject GENERAL_PURPOSE_OBJECTS
public static final ObisCode.AbstractCosemObject CLOCK
public static final ObisCode.AbstractCosemObject MODEM_CONFIGURATION
public static final ObisCode.AbstractCosemObject SCRIPT_TABLE
public static final ObisCode.AbstractCosemObject SPECIAL_DAYS_TABLE
public static final ObisCode.AbstractCosemObject SCHEDULE
public static final ObisCode.AbstractCosemObject ACTIVITY_CALENDAR
public static final ObisCode.AbstractCosemObject REGISTER_ACTIVATION
public static final ObisCode.AbstractCosemObject SINGLE_ACTION_SCHEDULE
public static final ObisCode.AbstractCosemObject REGISTER_MONITOR
public static final ObisCode.AbstractCosemObject IEC_LOCAL_PORT_SETUP
public static final ObisCode.AbstractCosemObject STANDARD_READOUT_DEFINITIONS
public static final ObisCode.AbstractCosemObject IEC_HDLC_SETUP
public static final ObisCode.AbstractCosemObject IEC_TWISTED_PAIR_SETUP
public static final ObisCode.AbstractCosemObject TRANSPORT_LAYER_OBJECT
public static final ObisCode.AbstractCosemObject ASSOCIATION_OBJECT
public static final ObisCode.AbstractCosemObject SAP_ASSIGNMENT
public static final ObisCode.AbstractCosemObject LOGICAL_DEVICE_NAME
public static final ObisCode.AbstractCosemObject UTILITY_TABLES
public static final ObisCode.AbstractCosemObject MANUFACTURER_SPECIFIC
public static final ObisCode.AbstractCosemObject RESERVED
public static ObisCode.AbstractCosemObject[] values()
for (ObisCode.AbstractCosemObject c : ObisCode.AbstractCosemObject.values()) System.out.println(c);
public static ObisCode.AbstractCosemObject 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 nullpublic java.lang.String type()
type
in interface ObisCode.ValueGroupC