Uses of Class
org.jboss.as.controller.registry.AttributeAccess.AccessType
-
Packages that use AttributeAccess.AccessType Package Description org.jboss.as.controller.access org.jboss.as.controller.registry -
-
Uses of AttributeAccess.AccessType in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return AttributeAccess.AccessType Modifier and Type Method Description AttributeAccess.AccessTypeTargetAttribute. getAccessType()Get the access type. -
Uses of AttributeAccess.AccessType in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return AttributeAccess.AccessType Modifier and Type Method Description static AttributeAccess.AccessTypeAttributeAccess.AccessType. forName(String localName)AttributeAccess.AccessTypeAttributeAccess. getAccessType()Get the access type.static AttributeAccess.AccessTypeAttributeAccess.AccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeAccess.AccessType[]AttributeAccess.AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-