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