Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
DiscriminatorType |
DiscriminatorColumn.getDiscriminatorType()
Returns the
discriminator-type attribute |
static DiscriminatorType |
DiscriminatorType.getFromStringValue(String value) |
static DiscriminatorType |
DiscriminatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscriminatorType[] |
DiscriminatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscriminatorColumn<T> |
DiscriminatorColumn.discriminatorType(DiscriminatorType discriminatorType)
Sets the
discriminator-type attribute |
Copyright © 2014 JBoss by Red Hat. All rights reserved.