public enum InfinispanSchema extends Enum<InfinispanSchema>
| Enum Constant and Description |
|---|
VERSION_1_0 |
VERSION_1_1 |
VERSION_1_2 |
VERSION_1_3 |
VERSION_1_4 |
VERSION_1_5 |
VERSION_2_0 |
VERSION_3_0 |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceUri()
Get the namespace URI of this schema.
|
boolean |
since(InfinispanSchema schema)
Indicates whether this version of the schema is greater than or equal to the version of the specified schema.
|
static InfinispanSchema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfinispanSchema VERSION_1_0
public static final InfinispanSchema VERSION_1_1
public static final InfinispanSchema VERSION_1_2
public static final InfinispanSchema VERSION_1_3
public static final InfinispanSchema VERSION_1_4
public static final InfinispanSchema VERSION_1_5
public static final InfinispanSchema VERSION_2_0
public static final InfinispanSchema VERSION_3_0
public static InfinispanSchema[] values()
for (InfinispanSchema c : InfinispanSchema.values()) System.out.println(c);
public static InfinispanSchema 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 boolean since(InfinispanSchema schema)
a - schemapublic String getNamespaceUri()
Copyright © 2015 JBoss by Red Hat. All rights reserved.