Interface Constants
-
public interface Constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDRESSstatic StringASDU_HEADERstatic StringEXECUTEstatic StringIEC60870_OVERFLOWstatic StringIEC60870_QUALITYstatic StringIEC60870_TIMESTAMPstatic StringIEC60870_VALUEstatic StringINFORMATION_OBJECT_ADDRESSstatic StringPARAM_CONNECTION_OPTIONSstatic StringPARAM_DATA_MODULE_OPTIONSstatic StringPARAM_PROTOCOL_OPTIONSstatic StringSCHEME_CLIENTstatic StringSCHEME_SERVERstatic StringTYPEstatic StringVALUE
-
-
-
Field Detail
-
SCHEME_SERVER
static final String SCHEME_SERVER
- See Also:
- Constant Field Values
-
SCHEME_CLIENT
static final String SCHEME_CLIENT
- See Also:
- Constant Field Values
-
PARAM_DATA_MODULE_OPTIONS
static final String PARAM_DATA_MODULE_OPTIONS
- See Also:
- Constant Field Values
-
PARAM_PROTOCOL_OPTIONS
static final String PARAM_PROTOCOL_OPTIONS
- See Also:
- Constant Field Values
-
PARAM_CONNECTION_OPTIONS
static final String PARAM_CONNECTION_OPTIONS
- See Also:
- Constant Field Values
-
IEC60870_VALUE
@Metadata(label="consumer", description="The value", javaType="Object", applicableFor="iec60870-client") static final String IEC60870_VALUE- See Also:
- Constant Field Values
-
IEC60870_TIMESTAMP
@Metadata(label="consumer", description="The timestamp of the value", javaType="long", applicableFor="iec60870-client") static final String IEC60870_TIMESTAMP- See Also:
- Constant Field Values
-
IEC60870_QUALITY
@Metadata(label="consumer", description="The quality information of the value", javaType="org.eclipse.neoscada.protocol.iec60870.asdu.types.QualityInformation", applicableFor="iec60870-client") static final String IEC60870_QUALITY- See Also:
- Constant Field Values
-
IEC60870_OVERFLOW
@Metadata(label="consumer", description="Is overflow", javaType="boolean", applicableFor="iec60870-client") static final String IEC60870_OVERFLOW- See Also:
- Constant Field Values
-
ADDRESS
@Metadata(label="consumer", description="The address as ObjectAddress", javaType="org.apache.camel.component.iec60870.ObjectAddress", applicableFor="iec60870-server") static final String ADDRESS- See Also:
- Constant Field Values
-
VALUE
@Metadata(label="consumer", description="The value", javaType="Object", applicableFor="iec60870-server") static final String VALUE- See Also:
- Constant Field Values
-
INFORMATION_OBJECT_ADDRESS
@Metadata(label="consumer", description="The address as InformationObjectAddress", javaType="org.eclipse.neoscada.protocol.iec60870.asdu.types.InformationObjectAddress", applicableFor="iec60870-server") static final String INFORMATION_OBJECT_ADDRESS- See Also:
- Constant Field Values
-
ASDU_HEADER
@Metadata(label="consumer", description="The ASDU header", javaType="org.eclipse.neoscada.protocol.iec60870.asdu.ASDUHeader", applicableFor="iec60870-server") static final String ASDU_HEADER- See Also:
- Constant Field Values
-
TYPE
@Metadata(label="consumer", description="The type", javaType="byte", applicableFor="iec60870-server") static final String TYPE- See Also:
- Constant Field Values
-
EXECUTE
@Metadata(label="consumer", description="Is execute", javaType="boolean", applicableFor="iec60870-server") static final String EXECUTE- See Also:
- Constant Field Values
-
-