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