Uses of Class
org.infinispan.commons.configuration.Combine.Attributes
-
Packages that use Combine.Attributes Package Description org.infinispan.commons.configuration Commons Configuration package -
-
Uses of Combine.Attributes in org.infinispan.commons.configuration
Methods in org.infinispan.commons.configuration that return Combine.Attributes Modifier and Type Method Description Combine.AttributesCombine. attributes()static Combine.AttributesCombine.Attributes. valueOf(String name)Returns the enum constant of this type with the specified name.static Combine.Attributes[]Combine.Attributes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.infinispan.commons.configuration with parameters of type Combine.Attributes Constructor Description Combine(Combine.RepeatedAttributes repeatedAttributes, Combine.Attributes attributes)
-