|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlId
A representation of the model object 'Id'. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
The following features are supported:
OrmPackage.getXmlId()
Method Summary | |
---|---|
XmlGeneratedValue |
getGeneratedValue()
Returns the value of the 'Generated Value' containment reference. |
XmlSequenceGenerator |
getSequenceGenerator()
Returns the value of the 'Sequence Generator' containment reference. |
XmlTableGenerator |
getTableGenerator()
Returns the value of the 'Table Generator' containment reference. |
TemporalType |
getTemporal()
Returns the value of the 'Temporal' attribute. |
void |
setGeneratedValue(XmlGeneratedValue value)
Sets the value of the ' Generated Value ' containment reference. |
void |
setSequenceGenerator(XmlSequenceGenerator value)
Sets the value of the ' Sequence Generator ' containment reference. |
void |
setTableGenerator(XmlTableGenerator value)
Sets the value of the ' Table Generator ' containment reference. |
void |
setTemporal(TemporalType value)
Sets the value of the ' Temporal ' attribute. |
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlAttributeMapping |
---|
getName, getNameTextRange, setName |
Methods inherited from interface org.eclipse.jpt.core.resource.common.JpaEObject |
---|
containsOffset, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.jpt.core.resource.orm.ColumnMapping |
---|
getColumn, setColumn |
Methods inherited from interface org.eclipse.jpt.core.resource.common.JpaEObject |
---|
containsOffset, getPlatformResource, getResource, getRoot, getSelectionTextRange, getValidationTextRange, isAllFeaturesUnset |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
XmlGeneratedValue getGeneratedValue()
If the meaning of the 'Generated Value' containment reference isn't clear, there really should be more of a description here...
setGeneratedValue(XmlGeneratedValue)
,
OrmPackage.getXmlId_GeneratedValue()
void setGeneratedValue(XmlGeneratedValue value)
Generated Value
' containment reference.
value
- the new value of the 'Generated Value' containment reference.getGeneratedValue()
TemporalType getTemporal()
TemporalType
.
If the meaning of the 'Temporal' attribute isn't clear, there really should be more of a description here...
TemporalType
,
setTemporal(TemporalType)
,
OrmPackage.getXmlId_Temporal()
void setTemporal(TemporalType value)
Temporal
' attribute.
value
- the new value of the 'Temporal' attribute.TemporalType
,
getTemporal()
XmlTableGenerator getTableGenerator()
If the meaning of the 'Table Generator' containment reference isn't clear, there really should be more of a description here...
setTableGenerator(XmlTableGenerator)
,
OrmPackage.getXmlId_TableGenerator()
void setTableGenerator(XmlTableGenerator value)
Table Generator
' containment reference.
value
- the new value of the 'Table Generator' containment reference.getTableGenerator()
XmlSequenceGenerator getSequenceGenerator()
If the meaning of the 'Sequence Generator' containment reference isn't clear, there really should be more of a description here...
setSequenceGenerator(XmlSequenceGenerator)
,
OrmPackage.getXmlId_SequenceGenerator()
void setSequenceGenerator(XmlSequenceGenerator value)
Sequence Generator
' containment reference.
value
- the new value of the 'Sequence Generator' containment reference.getSequenceGenerator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |