Uses of Enum Class
org.jboss.as.controller.registry.AttributeAccess.Flag
Packages that use AttributeAccess.Flag
Package
Description
-
Uses of AttributeAccess.Flag in org.jboss.as.controller
Methods in org.jboss.as.controller that return AttributeAccess.FlagMethods in org.jboss.as.controller that return types with arguments of type AttributeAccess.FlagModifier and TypeMethodDescriptionAttributeDefinition.getFlags()Returns an immutable set of anyflagsused to indicate special characteristics of the attributeMethods in org.jboss.as.controller with parameters of type AttributeAccess.FlagModifier and TypeMethodDescriptionAbstractAttributeDefinitionBuilder.addFlag(AttributeAccess.Flag flag) Adds aspecial purpose flagthat is relevant to the attributeprotected booleanAbstractAttributeDefinitionBuilder.isFlagPresent(AttributeAccess.Flag flag) Checks if aspecial purpose flaghas been recorded as relevant to the attributeAbstractAttributeDefinitionBuilder.removeFlag(AttributeAccess.Flag flag) Removes aspecial purpose flagfrom the set of those relevant to the attributeAbstractAttributeDefinitionBuilder.setFlags(AttributeAccess.Flag... flags) Sets thespecial purpose flagsthat are relevant to the attribute -
Uses of AttributeAccess.Flag in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return types with arguments of type AttributeAccess.FlagModifier and TypeMethodDescriptionTargetAttribute.getFlags()Gets the flags associated with this attribute. -
Uses of AttributeAccess.Flag in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return AttributeAccess.FlagModifier and TypeMethodDescriptionstatic AttributeAccess.FlagReturns the enum constant of this class with the specified name.static AttributeAccess.Flag[]AttributeAccess.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.registry that return types with arguments of type AttributeAccess.FlagModifier and TypeMethodDescriptionAttributeAccess.getFlags()Gets the flags associated with this attribute.static Set<AttributeAccess.Flag>AttributeAccess.Flag.immutableSetOf(AttributeAccess.Flag... flags) Methods in org.jboss.as.controller.registry with parameters of type AttributeAccess.FlagModifier and TypeMethodDescriptionstatic Set<AttributeAccess.Flag>AttributeAccess.Flag.immutableSetOf(AttributeAccess.Flag... flags)