public enum ModClusterSchema extends Enum<ModClusterSchema> implements Schema<ModClusterSchema>
| Enum Constant and Description |
|---|
MODCLUSTER_1_0 |
MODCLUSTER_1_1 |
MODCLUSTER_1_2 |
MODCLUSTER_2_0 |
MODCLUSTER_3_0 |
| Modifier and Type | Field and Description |
|---|---|
static ModClusterSchema |
CURRENT |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceUri() |
Supplier<org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>> |
getXMLReaderSupplier() |
int |
major() |
int |
minor() |
static ModClusterSchema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModClusterSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModClusterSchema MODCLUSTER_1_0
public static final ModClusterSchema MODCLUSTER_1_1
public static final ModClusterSchema MODCLUSTER_1_2
public static final ModClusterSchema MODCLUSTER_2_0
public static final ModClusterSchema MODCLUSTER_3_0
public static final ModClusterSchema CURRENT
public static ModClusterSchema[] values()
for (ModClusterSchema c : ModClusterSchema.values()) System.out.println(c);
public static ModClusterSchema valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int major()
major in interface Schema<ModClusterSchema>public int minor()
minor in interface Schema<ModClusterSchema>public String getNamespaceUri()
getNamespaceUri in interface Schema<ModClusterSchema>Copyright © 2018 JBoss by Red Hat. All rights reserved.