Uses of Class
org.apache.plc4x.java.opcua.readwrite.PubSubConfigurationRefMask
-
Packages that use PubSubConfigurationRefMask Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of PubSubConfigurationRefMask in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as PubSubConfigurationRefMask Modifier and Type Field Description protected PubSubConfigurationRefMaskPubSubConfigurationRefDataType. configurationMaskMethods in org.apache.plc4x.java.opcua.readwrite that return PubSubConfigurationRefMask Modifier and Type Method Description static PubSubConfigurationRefMaskPubSubConfigurationRefMask. enumForValue(long value)PubSubConfigurationRefMaskPubSubConfigurationRefDataType. getConfigurationMask()static PubSubConfigurationRefMaskPubSubConfigurationRefMask. valueOf(String name)Returns the enum constant of this type with the specified name.static PubSubConfigurationRefMask[]PubSubConfigurationRefMask. 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 PubSubConfigurationRefMask Constructor Description PubSubConfigurationRefDataType(PubSubConfigurationRefMask configurationMask, int elementIndex, int connectionIndex, int groupIndex)PubSubConfigurationRefDataTypeBuilderImpl(PubSubConfigurationRefMask configurationMask, int elementIndex, int connectionIndex, int groupIndex)
-