Uses of Class
org.jboss.as.controller.registry.AttributeAccess.Flag
-
Packages that use AttributeAccess.Flag Package Description org.jboss.as.controller org.jboss.as.controller.access org.jboss.as.controller.registry -
-
Uses of AttributeAccess.Flag in org.jboss.as.controller
Methods in org.jboss.as.controller that return AttributeAccess.Flag Modifier and Type Method Description AttributeAccess.Flag[]AbstractAttributeDefinitionBuilder. getFlags()Methods in org.jboss.as.controller that return types with arguments of type AttributeAccess.Flag Modifier and Type Method Description EnumSet<AttributeAccess.Flag>AttributeDefinition. getFlags()Deprecated.In the next release, the return type of this method will become simplySetand the returned object will be immutable, so any callers should update their code to reflect thatSet<AttributeAccess.Flag>AttributeDefinition. getImmutableFlags()Deprecated.for internal use only; will be dropped when the semantic ofAttributeDefinition.getFlags()is changed to return an immutableSetMethods in org.jboss.as.controller with parameters of type AttributeAccess.Flag Modifier and Type Method Description BUILDERAbstractAttributeDefinitionBuilder. 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 attributeBUILDERAbstractAttributeDefinitionBuilder. removeFlag(AttributeAccess.Flag flag)Removes aspecial purpose flagfrom the set of those relevant to the attributeBUILDERAbstractAttributeDefinitionBuilder. 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.Flag Modifier and Type Method Description Set<AttributeAccess.Flag>TargetAttribute. 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.Flag Modifier and Type Method Description static AttributeAccess.FlagAttributeAccess.Flag. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeAccess.Flag[]AttributeAccess.Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.registry that return types with arguments of type AttributeAccess.Flag Modifier and Type Method Description Set<AttributeAccess.Flag>AttributeAccess. 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.Flag Modifier and Type Method Description static Set<AttributeAccess.Flag>AttributeAccess.Flag. immutableSetOf(AttributeAccess.Flag... flags)
-