|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscriminatorType | |
---|---|
org.eclipse.jpt.core.context | |
org.eclipse.jpt.core.resource.orm |
Uses of DiscriminatorType in org.eclipse.jpt.core.context |
---|
Methods in org.eclipse.jpt.core.context that return DiscriminatorType | |
---|---|
static DiscriminatorType |
DiscriminatorType.toOrmResourceModel(DiscriminatorType discriminatorType)
|
Methods in org.eclipse.jpt.core.context with parameters of type DiscriminatorType | |
---|---|
static DiscriminatorType |
DiscriminatorType.fromOrmResourceModel(DiscriminatorType ormDiscriminatorType)
|
Uses of DiscriminatorType in org.eclipse.jpt.core.resource.orm |
---|
Fields in org.eclipse.jpt.core.resource.orm with type parameters of type DiscriminatorType | |
---|---|
static java.util.List<DiscriminatorType> |
DiscriminatorType.VALUES
A public read-only list of all the 'Discriminator Type' enumerators. |
Methods in org.eclipse.jpt.core.resource.orm that return DiscriminatorType | |
---|---|
DiscriminatorType |
OrmFactory.createDiscriminatorTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
static DiscriminatorType |
DiscriminatorType.get(int value)
Returns the 'Discriminator Type' literal with the specified integer value. |
static DiscriminatorType |
DiscriminatorType.get(java.lang.String literal)
Returns the 'Discriminator Type' literal with the specified literal value. |
static DiscriminatorType |
DiscriminatorType.getByName(java.lang.String name)
Returns the 'Discriminator Type' literal with the specified name. |
DiscriminatorType |
XmlDiscriminatorColumn.getDiscriminatorType()
Returns the value of the 'Discriminator Type' attribute. |
static DiscriminatorType |
DiscriminatorType.valueOf(java.lang.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're declared. |
Methods in org.eclipse.jpt.core.resource.orm with parameters of type DiscriminatorType | |
---|---|
void |
XmlDiscriminatorColumn.setDiscriminatorType(DiscriminatorType newDiscriminatorType)
Sets the value of the ' Discriminator Type ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |