Uses of Class
org.apache.plc4x.java.opcua.readwrite.DataSetFieldFlags
-
Packages that use DataSetFieldFlags Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of DataSetFieldFlags in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as DataSetFieldFlags Modifier and Type Field Description protected DataSetFieldFlagsFieldMetaData. fieldFlagsMethods in org.apache.plc4x.java.opcua.readwrite that return DataSetFieldFlags Modifier and Type Method Description static DataSetFieldFlagsDataSetFieldFlags. enumForValue(int value)DataSetFieldFlagsFieldMetaData. getFieldFlags()static DataSetFieldFlagsDataSetFieldFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSetFieldFlags[]DataSetFieldFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type DataSetFieldFlags Constructor Description FieldMetaData(PascalString name, LocalizedText description, DataSetFieldFlags fieldFlags, short builtInType, NodeId dataType, int valueRank, int noOfArrayDimensions, List<Long> arrayDimensions, long maxStringLength, GuidValue dataSetFieldId, int noOfProperties, List<ExtensionObjectDefinition> properties)FieldMetaDataBuilderImpl(PascalString name, LocalizedText description, DataSetFieldFlags fieldFlags, short builtInType, NodeId dataType, int valueRank, int noOfArrayDimensions, List<Long> arrayDimensions, long maxStringLength, GuidValue dataSetFieldId, int noOfProperties, List<ExtensionObjectDefinition> properties)
-