Uses of Class
org.apache.plc4x.java.s7.readwrite.QueryType
-
Packages that use QueryType Package Description org.apache.plc4x.java.s7.readwrite -
-
Uses of QueryType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as QueryType Modifier and Type Field Description protected QueryTypeS7MessageObjectRequest. queryTypeprotected QueryTypeS7PayloadUserDataItemCpuFunctionAlarmQueryRequest. queryTypeMethods in org.apache.plc4x.java.s7.readwrite that return QueryType Modifier and Type Method Description static QueryTypeQueryType. enumForValue(short value)QueryTypeS7MessageObjectRequest. getQueryType()QueryTypeS7PayloadUserDataItemCpuFunctionAlarmQueryRequest. getQueryType()static QueryTypeQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryType[]QueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type QueryType Constructor Description S7MessageObjectRequest(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType)S7MessageObjectRequestBuilderImpl(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType)S7PayloadUserDataItemCpuFunctionAlarmQueryRequest(DataTransportErrorCode returnCode, DataTransportSize transportSize, int dataLength, SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType)S7PayloadUserDataItemCpuFunctionAlarmQueryRequestBuilderImpl(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType)
-