public enum MetadataFileType extends Enum<MetadataFileType>
| Enum Constant and Description |
|---|
ANNOTATIONS |
JDO_FILE |
JDO_ORM_FILE |
JDO_QUERY_FILE |
JPA_MAPPING_FILE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static MetadataFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataFileType JDO_FILE
public static final MetadataFileType JDO_ORM_FILE
public static final MetadataFileType JDO_QUERY_FILE
public static final MetadataFileType ANNOTATIONS
public static final MetadataFileType JPA_MAPPING_FILE
public static MetadataFileType[] values()
for (MetadataFileType c : MetadataFileType.values()) System.out.println(c);
public static MetadataFileType 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 String toString()
toString in class Enum<MetadataFileType>Copyright © 2020. All rights reserved.