public enum MetadataSourceProcessingOrder extends Enum<MetadataSourceProcessingOrder>
| Enum Constant and Description |
|---|
ANNOTATIONS_FIRST |
HBM_FIRST |
| Modifier and Type | Method and Description |
|---|---|
static MetadataSourceProcessingOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataSourceProcessingOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataSourceProcessingOrder ANNOTATIONS_FIRST
public static final MetadataSourceProcessingOrder HBM_FIRST
public static MetadataSourceProcessingOrder[] values()
for (MetadataSourceProcessingOrder c : MetadataSourceProcessingOrder.values()) System.out.println(c);
public static MetadataSourceProcessingOrder 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 nullCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.