Enum InfinispanSubsystemSchema
- java.lang.Object
-
- java.lang.Enum<InfinispanSubsystemSchema>
-
- org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemSchema
-
- All Implemented Interfaces:
Serializable,Comparable<InfinispanSubsystemSchema>,org.jboss.as.controller.SubsystemSchema<InfinispanSubsystemSchema>,org.jboss.as.controller.xml.Schema,org.jboss.as.controller.xml.VersionedSchema<org.jboss.staxmapper.IntVersion,InfinispanSubsystemSchema>,org.jboss.as.controller.xml.XMLElementSchema<InfinispanSubsystemSchema,List<org.jboss.dmr.ModelNode>>,org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,InfinispanSubsystemSchema>,org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>
public enum InfinispanSubsystemSchema extends Enum<InfinispanSubsystemSchema> implements org.jboss.as.controller.SubsystemSchema<InfinispanSubsystemSchema>
Enumeration of the supported subsystem xml schemas.- Author:
- Paul Ferraro
-
-
Enum Constant Summary
Enum Constants Enum Constant Description VERSION_1_5VERSION_10_0VERSION_11_0VERSION_12_0VERSION_13_0VERSION_14_0VERSION_2_0VERSION_3_0VERSION_4_0VERSION_5_0VERSION_6_0VERSION_7_0VERSION_8_0VERSION_9_0VERSION_9_1
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.xml.VersionedNamespace<org.jboss.staxmapper.IntVersion,InfinispanSubsystemSchema>getNamespace()voidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations)static InfinispanSubsystemSchemavalueOf(String name)Returns the enum constant of this type with the specified name.static InfinispanSubsystemSchema[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
VERSION_1_5
public static final InfinispanSubsystemSchema VERSION_1_5
-
VERSION_2_0
public static final InfinispanSubsystemSchema VERSION_2_0
-
VERSION_3_0
public static final InfinispanSubsystemSchema VERSION_3_0
-
VERSION_4_0
public static final InfinispanSubsystemSchema VERSION_4_0
-
VERSION_5_0
public static final InfinispanSubsystemSchema VERSION_5_0
-
VERSION_6_0
public static final InfinispanSubsystemSchema VERSION_6_0
-
VERSION_7_0
public static final InfinispanSubsystemSchema VERSION_7_0
-
VERSION_8_0
public static final InfinispanSubsystemSchema VERSION_8_0
-
VERSION_9_0
public static final InfinispanSubsystemSchema VERSION_9_0
-
VERSION_9_1
public static final InfinispanSubsystemSchema VERSION_9_1
-
VERSION_10_0
public static final InfinispanSubsystemSchema VERSION_10_0
-
VERSION_11_0
public static final InfinispanSubsystemSchema VERSION_11_0
-
VERSION_12_0
public static final InfinispanSubsystemSchema VERSION_12_0
-
VERSION_13_0
public static final InfinispanSubsystemSchema VERSION_13_0
-
VERSION_14_0
public static final InfinispanSubsystemSchema VERSION_14_0
-
-
Method Detail
-
values
public static InfinispanSubsystemSchema[] 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 (InfinispanSubsystemSchema c : InfinispanSubsystemSchema.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InfinispanSubsystemSchema valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNamespace
public org.jboss.as.controller.xml.VersionedNamespace<org.jboss.staxmapper.IntVersion,InfinispanSubsystemSchema> getNamespace()
- Specified by:
getNamespacein interfaceorg.jboss.as.controller.xml.Schema- Specified by:
getNamespacein interfaceorg.jboss.as.controller.xml.VersionedSchema<org.jboss.staxmapper.IntVersion,InfinispanSubsystemSchema>
-
readElement
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations) throws XMLStreamException- Specified by:
readElementin interfaceorg.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>- Throws:
XMLStreamException
-
-