public static enum MetamodelHelper.AttributeCategory extends Enum<MetamodelHelper.AttributeCategory>
Attribute.PersistentAttributeType
such as id, version, lob or enum.
Enum Constant and Description |
---|
BASIC |
ELEMENT_COLLECTION |
EMBEDDED |
ENUM |
ID |
LOB |
MANY_TO_MANY |
MANY_TO_ONE |
ONE_TO_MANY |
ONE_TO_ONE |
VERSION |
Modifier and Type | Method and Description |
---|---|
static MetamodelHelper.AttributeCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetamodelHelper.AttributeCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetamodelHelper.AttributeCategory ID
public static final MetamodelHelper.AttributeCategory VERSION
public static final MetamodelHelper.AttributeCategory BASIC
public static final MetamodelHelper.AttributeCategory ENUM
public static final MetamodelHelper.AttributeCategory EMBEDDED
public static final MetamodelHelper.AttributeCategory LOB
public static final MetamodelHelper.AttributeCategory ONE_TO_ONE
public static final MetamodelHelper.AttributeCategory MANY_TO_ONE
public static final MetamodelHelper.AttributeCategory ONE_TO_MANY
public static final MetamodelHelper.AttributeCategory ELEMENT_COLLECTION
public static final MetamodelHelper.AttributeCategory MANY_TO_MANY
public static MetamodelHelper.AttributeCategory[] values()
for (MetamodelHelper.AttributeCategory c : MetamodelHelper.AttributeCategory.values()) System.out.println(c);
public static MetamodelHelper.AttributeCategory 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 © 2006–2022 Apache Software Foundation. All rights reserved.