Enum NodeAttributesMask

    • Enum Constant Detail

      • nodeAttributesMaskAccessLevel

        public static final NodeAttributesMask nodeAttributesMaskAccessLevel
      • nodeAttributesMaskArrayDimensions

        public static final NodeAttributesMask nodeAttributesMaskArrayDimensions
      • nodeAttributesMaskBrowseName

        public static final NodeAttributesMask nodeAttributesMaskBrowseName
      • nodeAttributesMaskContainsNoLoops

        public static final NodeAttributesMask nodeAttributesMaskContainsNoLoops
      • nodeAttributesMaskDataType

        public static final NodeAttributesMask nodeAttributesMaskDataType
      • nodeAttributesMaskDescription

        public static final NodeAttributesMask nodeAttributesMaskDescription
      • nodeAttributesMaskDisplayName

        public static final NodeAttributesMask nodeAttributesMaskDisplayName
      • nodeAttributesMaskEventNotifier

        public static final NodeAttributesMask nodeAttributesMaskEventNotifier
      • nodeAttributesMaskExecutable

        public static final NodeAttributesMask nodeAttributesMaskExecutable
      • nodeAttributesMaskHistorizing

        public static final NodeAttributesMask nodeAttributesMaskHistorizing
      • nodeAttributesMaskInverseName

        public static final NodeAttributesMask nodeAttributesMaskInverseName
      • nodeAttributesMaskIsAbstract

        public static final NodeAttributesMask nodeAttributesMaskIsAbstract
      • nodeAttributesMaskMinimumSamplingInterval

        public static final NodeAttributesMask nodeAttributesMaskMinimumSamplingInterval
      • nodeAttributesMaskNodeClass

        public static final NodeAttributesMask nodeAttributesMaskNodeClass
      • nodeAttributesMaskNodeId

        public static final NodeAttributesMask nodeAttributesMaskNodeId
      • nodeAttributesMaskSymmetric

        public static final NodeAttributesMask nodeAttributesMaskSymmetric
      • nodeAttributesMaskUserAccessLevel

        public static final NodeAttributesMask nodeAttributesMaskUserAccessLevel
      • nodeAttributesMaskUserExecutable

        public static final NodeAttributesMask nodeAttributesMaskUserExecutable
      • nodeAttributesMaskUserWriteMask

        public static final NodeAttributesMask nodeAttributesMaskUserWriteMask
      • nodeAttributesMaskValueRank

        public static final NodeAttributesMask nodeAttributesMaskValueRank
      • nodeAttributesMaskWriteMask

        public static final NodeAttributesMask nodeAttributesMaskWriteMask
      • nodeAttributesMaskDataTypeDefinition

        public static final NodeAttributesMask nodeAttributesMaskDataTypeDefinition
      • nodeAttributesMaskRolePermissions

        public static final NodeAttributesMask nodeAttributesMaskRolePermissions
      • nodeAttributesMaskAccessRestrictions

        public static final NodeAttributesMask nodeAttributesMaskAccessRestrictions
      • nodeAttributesMaskBaseNode

        public static final NodeAttributesMask nodeAttributesMaskBaseNode
      • nodeAttributesMaskObject

        public static final NodeAttributesMask nodeAttributesMaskObject
      • nodeAttributesMaskObjectType

        public static final NodeAttributesMask nodeAttributesMaskObjectType
      • nodeAttributesMaskVariable

        public static final NodeAttributesMask nodeAttributesMaskVariable
      • nodeAttributesMaskVariableType

        public static final NodeAttributesMask nodeAttributesMaskVariableType
      • nodeAttributesMaskMethod

        public static final NodeAttributesMask nodeAttributesMaskMethod
      • nodeAttributesMaskReferenceType

        public static final NodeAttributesMask nodeAttributesMaskReferenceType
    • Method Detail

      • values

        public static NodeAttributesMask[] 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 (NodeAttributesMask c : NodeAttributesMask.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static NodeAttributesMask 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)