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