Enum ModClusterSubsystemSchema
- java.lang.Object
-
- java.lang.Enum<ModClusterSubsystemSchema>
-
- org.wildfly.extension.mod_cluster.ModClusterSubsystemSchema
-
- All Implemented Interfaces:
Serializable,Comparable<ModClusterSubsystemSchema>,org.jboss.as.controller.SubsystemSchema<ModClusterSubsystemSchema>,org.jboss.as.controller.xml.Schema,org.jboss.as.controller.xml.VersionedSchema<org.jboss.staxmapper.IntVersion,ModClusterSubsystemSchema>,org.jboss.as.controller.xml.XMLElementSchema<ModClusterSubsystemSchema,List<org.jboss.dmr.ModelNode>>,org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,ModClusterSubsystemSchema>,org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>
public enum ModClusterSubsystemSchema extends Enum<ModClusterSubsystemSchema> implements org.jboss.as.controller.SubsystemSchema<ModClusterSubsystemSchema>
- Author:
- Jean-Frederic Clere, Paul Ferraro, Radoslav Husar
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MODCLUSTER_1_0MODCLUSTER_1_1MODCLUSTER_1_2MODCLUSTER_2_0MODCLUSTER_3_0MODCLUSTER_4_0MODCLUSTER_5_0MODCLUSTER_6_0
-
Field Summary
Fields Modifier and Type Field Description static ModClusterSubsystemSchemaCURRENT
-
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,ModClusterSubsystemSchema>getNamespace()voidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations)static ModClusterSubsystemSchemavalueOf(String name)Returns the enum constant of this type with the specified name.static ModClusterSubsystemSchema[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MODCLUSTER_1_0
public static final ModClusterSubsystemSchema MODCLUSTER_1_0
-
MODCLUSTER_1_1
public static final ModClusterSubsystemSchema MODCLUSTER_1_1
-
MODCLUSTER_1_2
public static final ModClusterSubsystemSchema MODCLUSTER_1_2
-
MODCLUSTER_2_0
public static final ModClusterSubsystemSchema MODCLUSTER_2_0
-
MODCLUSTER_3_0
public static final ModClusterSubsystemSchema MODCLUSTER_3_0
-
MODCLUSTER_4_0
public static final ModClusterSubsystemSchema MODCLUSTER_4_0
-
MODCLUSTER_5_0
public static final ModClusterSubsystemSchema MODCLUSTER_5_0
-
MODCLUSTER_6_0
public static final ModClusterSubsystemSchema MODCLUSTER_6_0
-
-
Field Detail
-
CURRENT
public static final ModClusterSubsystemSchema CURRENT
-
-
Method Detail
-
values
public static ModClusterSubsystemSchema[] 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 (ModClusterSubsystemSchema c : ModClusterSubsystemSchema.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ModClusterSubsystemSchema 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,ModClusterSubsystemSchema> getNamespace()
- Specified by:
getNamespacein interfaceorg.jboss.as.controller.xml.Schema- Specified by:
getNamespacein interfaceorg.jboss.as.controller.xml.VersionedSchema<org.jboss.staxmapper.IntVersion,ModClusterSubsystemSchema>
-
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
-
-