Enum DistributableStatefulSessionBeanCacheProviderResourceDefinition.Attribute

    • Method Detail

      • values

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

        public org.jboss.as.controller.AttributeDefinition getDefinition()
        Specified by:
        getDefinition in interface Definable<org.jboss.as.controller.AttributeDefinition>