public enum DistributableWebDeploymentSchema extends Enum<DistributableWebDeploymentSchema> implements org.jboss.as.clustering.controller.Schema<DistributableWebDeploymentSchema>
| Enum Constant and Description |
|---|
VERSION_1_0 |
VERSION_2_0 |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceUri() |
QName |
getRoot() |
int |
major() |
int |
minor() |
static DistributableWebDeploymentSchema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributableWebDeploymentSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributableWebDeploymentSchema VERSION_1_0
public static final DistributableWebDeploymentSchema VERSION_2_0
public static DistributableWebDeploymentSchema[] values()
for (DistributableWebDeploymentSchema c : DistributableWebDeploymentSchema.values()) System.out.println(c);
public static DistributableWebDeploymentSchema 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 org.jboss.as.clustering.controller.Schema<DistributableWebDeploymentSchema>public int minor()
minor in interface org.jboss.as.clustering.controller.Schema<DistributableWebDeploymentSchema>public String getNamespaceUri()
getNamespaceUri in interface org.jboss.as.clustering.controller.Schema<DistributableWebDeploymentSchema>public QName getRoot()
Copyright © 2020 JBoss by Red Hat. All rights reserved.