Enum AttributeWriteMask

    • Enum Constant Detail

      • attributeWriteMaskAccessLevel

        public static final AttributeWriteMask attributeWriteMaskAccessLevel
      • attributeWriteMaskArrayDimensions

        public static final AttributeWriteMask attributeWriteMaskArrayDimensions
      • attributeWriteMaskBrowseName

        public static final AttributeWriteMask attributeWriteMaskBrowseName
      • attributeWriteMaskContainsNoLoops

        public static final AttributeWriteMask attributeWriteMaskContainsNoLoops
      • attributeWriteMaskDataType

        public static final AttributeWriteMask attributeWriteMaskDataType
      • attributeWriteMaskDescription

        public static final AttributeWriteMask attributeWriteMaskDescription
      • attributeWriteMaskDisplayName

        public static final AttributeWriteMask attributeWriteMaskDisplayName
      • attributeWriteMaskEventNotifier

        public static final AttributeWriteMask attributeWriteMaskEventNotifier
      • attributeWriteMaskExecutable

        public static final AttributeWriteMask attributeWriteMaskExecutable
      • attributeWriteMaskHistorizing

        public static final AttributeWriteMask attributeWriteMaskHistorizing
      • attributeWriteMaskInverseName

        public static final AttributeWriteMask attributeWriteMaskInverseName
      • attributeWriteMaskIsAbstract

        public static final AttributeWriteMask attributeWriteMaskIsAbstract
      • attributeWriteMaskMinimumSamplingInterval

        public static final AttributeWriteMask attributeWriteMaskMinimumSamplingInterval
      • attributeWriteMaskNodeClass

        public static final AttributeWriteMask attributeWriteMaskNodeClass
      • attributeWriteMaskNodeId

        public static final AttributeWriteMask attributeWriteMaskNodeId
      • attributeWriteMaskSymmetric

        public static final AttributeWriteMask attributeWriteMaskSymmetric
      • attributeWriteMaskUserAccessLevel

        public static final AttributeWriteMask attributeWriteMaskUserAccessLevel
      • attributeWriteMaskUserExecutable

        public static final AttributeWriteMask attributeWriteMaskUserExecutable
      • attributeWriteMaskUserWriteMask

        public static final AttributeWriteMask attributeWriteMaskUserWriteMask
      • attributeWriteMaskValueRank

        public static final AttributeWriteMask attributeWriteMaskValueRank
      • attributeWriteMaskWriteMask

        public static final AttributeWriteMask attributeWriteMaskWriteMask
      • attributeWriteMaskValueForVariableType

        public static final AttributeWriteMask attributeWriteMaskValueForVariableType
      • attributeWriteMaskDataTypeDefinition

        public static final AttributeWriteMask attributeWriteMaskDataTypeDefinition
      • attributeWriteMaskRolePermissions

        public static final AttributeWriteMask attributeWriteMaskRolePermissions
      • attributeWriteMaskAccessRestrictions

        public static final AttributeWriteMask attributeWriteMaskAccessRestrictions
      • attributeWriteMaskAccessLevelEx

        public static final AttributeWriteMask attributeWriteMaskAccessLevelEx
    • Method Detail

      • values

        public static AttributeWriteMask[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AttributeWriteMask c : AttributeWriteMask.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AttributeWriteMask valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValue

        public long getValue()
      • isDefined

        public static Boolean isDefined​(long value)