|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemporalType | |
---|---|
org.eclipse.jpt.core.context | |
org.eclipse.jpt.core.resource.orm |
Uses of TemporalType in org.eclipse.jpt.core.context |
---|
Methods in org.eclipse.jpt.core.context that return TemporalType | |
---|---|
static TemporalType |
TemporalType.toOrmResourceModel(TemporalType temporalType)
|
Methods in org.eclipse.jpt.core.context with parameters of type TemporalType | |
---|---|
static TemporalType |
TemporalType.fromOrmResourceModel(TemporalType ormTemporalType)
|
Uses of TemporalType in org.eclipse.jpt.core.resource.orm |
---|
Fields in org.eclipse.jpt.core.resource.orm with type parameters of type TemporalType | |
---|---|
static java.util.List<TemporalType> |
TemporalType.VALUES
A public read-only list of all the 'Temporal Type' enumerators. |
Methods in org.eclipse.jpt.core.resource.orm that return TemporalType | |
---|---|
TemporalType |
OrmFactory.createTemporalTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
static TemporalType |
TemporalType.get(int value)
Returns the 'Temporal Type' literal with the specified integer value. |
static TemporalType |
TemporalType.get(java.lang.String literal)
Returns the 'Temporal Type' literal with the specified literal value. |
static TemporalType |
TemporalType.getByName(java.lang.String name)
Returns the 'Temporal Type' literal with the specified name. |
TemporalType |
XmlBasic.getTemporal()
Returns the value of the 'Temporal' attribute. |
TemporalType |
XmlBasicImpl.getTemporal()
Returns the value of the 'Temporal' attribute. |
TemporalType |
XmlId.getTemporal()
Returns the value of the 'Temporal' attribute. |
TemporalType |
XmlIdImpl.getTemporal()
Returns the value of the 'Temporal' attribute. |
TemporalType |
XmlVersion.getTemporal()
Returns the value of the 'Temporal' attribute. |
TemporalType |
XmlVersionImpl.getTemporal()
Returns the value of the 'Temporal' attribute. |
static TemporalType |
TemporalType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TemporalType[] |
TemporalType.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 TemporalType | |
---|---|
void |
XmlBasic.setTemporal(TemporalType value)
Sets the value of the ' Temporal ' attribute. |
void |
XmlBasicImpl.setTemporal(TemporalType newTemporal)
Sets the value of the ' Temporal ' attribute. |
void |
XmlId.setTemporal(TemporalType value)
Sets the value of the ' Temporal ' attribute. |
void |
XmlIdImpl.setTemporal(TemporalType newTemporal)
Sets the value of the ' Temporal ' attribute. |
void |
XmlVersion.setTemporal(TemporalType value)
Sets the value of the ' Temporal ' attribute. |
void |
XmlVersionImpl.setTemporal(TemporalType newTemporal)
Sets the value of the ' Temporal ' attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |