public static enum PropertyFactory.NonIdentifierAttributeNature extends Enum<PropertyFactory.NonIdentifierAttributeNature>
Enum Constant and Description |
---|
ANY |
BASIC |
COLLECTION |
COMPOSITE |
ENTITY |
Modifier and Type | Method and Description |
---|---|
static PropertyFactory.NonIdentifierAttributeNature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyFactory.NonIdentifierAttributeNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyFactory.NonIdentifierAttributeNature BASIC
public static final PropertyFactory.NonIdentifierAttributeNature COMPOSITE
public static final PropertyFactory.NonIdentifierAttributeNature ANY
public static final PropertyFactory.NonIdentifierAttributeNature ENTITY
public static final PropertyFactory.NonIdentifierAttributeNature COLLECTION
public static PropertyFactory.NonIdentifierAttributeNature[] values()
for (PropertyFactory.NonIdentifierAttributeNature c : PropertyFactory.NonIdentifierAttributeNature.values()) System.out.println(c);
public static PropertyFactory.NonIdentifierAttributeNature 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 © 2019 JBoss by Red Hat. All rights reserved.