@Deprecated public enum SupportedOrmXsdVersion extends Enum<SupportedOrmXsdVersion>
Enum Constant and Description |
---|
HBM_4_0
Deprecated.
|
ORM_1_0
Deprecated.
|
ORM_2_0
Deprecated.
|
ORM_2_1
Deprecated.
|
ORM_2_1_0
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Schema |
getSchema()
Deprecated.
|
URL |
getSchemaUrl()
Deprecated.
|
static SupportedOrmXsdVersion |
parse(String name,
Origin origin)
Deprecated.
|
static SupportedOrmXsdVersion |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SupportedOrmXsdVersion[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedOrmXsdVersion ORM_1_0
public static final SupportedOrmXsdVersion ORM_2_0
public static final SupportedOrmXsdVersion ORM_2_1
public static final SupportedOrmXsdVersion ORM_2_1_0
public static final SupportedOrmXsdVersion HBM_4_0
public static SupportedOrmXsdVersion[] values()
for (SupportedOrmXsdVersion c : SupportedOrmXsdVersion.values()) System.out.println(c);
public static SupportedOrmXsdVersion 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 static SupportedOrmXsdVersion parse(String name, Origin origin)
public URL getSchemaUrl()
public Schema getSchema()
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.