public static enum ComposedAttribute.Relation extends Enum<ComposedAttribute.Relation>
Modifier and Type | Method and Description |
---|---|
static ComposedAttribute.Relation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComposedAttribute.Relation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComposedAttribute.Relation ONE2ONE
public static final ComposedAttribute.Relation ONE2MANY
public static final ComposedAttribute.Relation MANY2MANY
public static ComposedAttribute.Relation[] values()
for (ComposedAttribute.Relation c : ComposedAttribute.Relation.values()) System.out.println(c);
public static ComposedAttribute.Relation 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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500