public enum YSchemaVersion extends java.lang.Enum<YSchemaVersion>
Enum Constant and Description |
---|
Beta2 |
Beta3 |
Beta4 |
Beta6 |
Beta7 |
FourPointZero |
ThreePointZero |
TwoPointOne |
TwoPointTwo |
TwoPointZero |
Modifier and Type | Field and Description |
---|---|
static YSchemaVersion |
DEFAULT_VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
betaNS() |
java.lang.String |
betaSchemaLocation() |
static YSchemaVersion |
defaultVersion() |
static YSchemaVersion |
fromString(java.lang.String s) |
java.lang.String |
getHeader() |
java.lang.String |
getNameSpace() |
java.lang.String |
getSchemaLocation() |
java.lang.String |
getSchemaLocation(java.lang.String s) |
java.net.URL |
getSchemaURL() |
boolean |
isBeta2() |
boolean |
isBetaVersion() |
boolean |
isSchemaValidating() |
static boolean |
isValidVersionString(java.lang.String s) |
boolean |
isVersionAtLeast(YSchemaVersion referenceVersion) |
java.lang.String |
releaseNS() |
java.lang.String |
releaseSchemaLocation() |
java.lang.String |
toString() |
boolean |
usesSimpleRootData() |
static YSchemaVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YSchemaVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YSchemaVersion Beta2
public static final YSchemaVersion Beta3
public static final YSchemaVersion Beta4
public static final YSchemaVersion Beta6
public static final YSchemaVersion Beta7
public static final YSchemaVersion TwoPointZero
public static final YSchemaVersion TwoPointOne
public static final YSchemaVersion TwoPointTwo
public static final YSchemaVersion ThreePointZero
public static final YSchemaVersion FourPointZero
public static YSchemaVersion DEFAULT_VERSION
public static YSchemaVersion[] values()
for (YSchemaVersion c : YSchemaVersion.values()) System.out.println(c);
public static YSchemaVersion valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<YSchemaVersion>
public static YSchemaVersion fromString(java.lang.String s)
public java.lang.String betaNS()
public java.lang.String betaSchemaLocation()
public java.lang.String releaseNS()
public java.lang.String releaseSchemaLocation()
public boolean isVersionAtLeast(YSchemaVersion referenceVersion)
public static boolean isValidVersionString(java.lang.String s)
public static YSchemaVersion defaultVersion()
public boolean usesSimpleRootData()
public boolean isSchemaValidating()
public java.lang.String getSchemaLocation(java.lang.String s)
public java.lang.String getSchemaLocation()
public java.lang.String getNameSpace()
public java.lang.String getHeader()
public boolean isBetaVersion()
public boolean isBeta2()
public java.net.URL getSchemaURL()
Copyright © 2004-2014 The YAWL Foundation.