Uses of Class
org.infinispan.commons.configuration.Combine.RepeatedAttributes
-
Packages that use Combine.RepeatedAttributes Package Description org.infinispan.commons.configuration Commons Configuration package -
-
Uses of Combine.RepeatedAttributes in org.infinispan.commons.configuration
Methods in org.infinispan.commons.configuration that return Combine.RepeatedAttributes Modifier and Type Method Description Combine.RepeatedAttributesCombine. repeatedAttributes()static Combine.RepeatedAttributesCombine.RepeatedAttributes. valueOf(String name)Returns the enum constant of this type with the specified name.static Combine.RepeatedAttributes[]Combine.RepeatedAttributes. 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.RepeatedAttributes Constructor Description Combine(Combine.RepeatedAttributes repeatedAttributes, Combine.Attributes attributes)
-