Uses of Enum
org.apache.plc4x.java.opcua.readwrite.DataSetFieldFlags
Packages that use DataSetFieldFlags
-
Uses of DataSetFieldFlags in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as DataSetFieldFlagsMethods in org.apache.plc4x.java.opcua.readwrite that return DataSetFieldFlagsModifier and TypeMethodDescriptionstatic DataSetFieldFlagsDataSetFieldFlags.enumForValue(int value) FieldMetaData.getFieldFlags()static DataSetFieldFlagsReturns 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 DataSetFieldFlagsModifierConstructorDescriptionFieldMetaData(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) FieldMetaDataBuilder(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)