org.eclipse.jpt.eclipselink1_1.core.resource.orm
Interface XmlBasic

All Superinterfaces:
ColumnMapping, org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier, XmlAccessMethodsHolder, XmlAttributeMapping, XmlBasic, XmlConverterHolder, XmlConvertibleMapping, XmlMutable

public interface XmlBasic
extends XmlBasic, XmlAttributeMapping

A representation of the model object 'Xml Basic'.

The following features are supported:

See Also:
EclipseLink1_1OrmPackage.getXmlBasic()

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.
 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.
 
Methods inherited from interface org.eclipse.jpt.eclipselink.core.resource.orm.XmlBasic
getProperties
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlBasic
getFetch, getOptional, setFetch, setOptional
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlAttributeMapping
getMappingKey, getName, getNameTextRange, setName
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
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.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
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.XmlConvertibleMapping
getEnumerated, getEnumeratedTextRange, getLobTextRange, getTemporal, getTemporalTextRange, isLob, setEnumerated, setLob, setTemporal
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
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.eclipselink.core.resource.orm.XmlMutable
getMutable, getMutableTextRange, setMutable
 
Methods inherited from interface org.eclipse.jpt.eclipselink.core.resource.orm.XmlConvertibleMapping
getConvert, getConvertTextRange, setConvert
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlConvertibleMapping
getEnumerated, getEnumeratedTextRange, getLobTextRange, getTemporal, getTemporalTextRange, isLob, setEnumerated, setLob, setTemporal
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
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.eclipselink.core.resource.orm.XmlConverterHolder
getConverter, getObjectTypeConverter, getStructConverter, getTypeConverter, setConverter, setObjectTypeConverter, setStructConverter, setTypeConverter
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
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.eclipselink.core.resource.orm.XmlAccessMethodsHolder
getAccessMethods, setAccessMethods
 
Methods inherited from interface org.eclipse.jpt.eclipselink1_1.core.resource.orm.XmlAttributeMapping
getAccess, setAccess
 

Method Detail

getGeneratedValue

XmlGeneratedValue getGeneratedValue()
Returns the value of the 'Generated Value' containment reference.

If the meaning of the 'Generated Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Generated Value' containment reference.
See Also:
setGeneratedValue(XmlGeneratedValue), EclipseLink1_1OrmPackage.getXmlBasic_GeneratedValue()

setGeneratedValue

void setGeneratedValue(XmlGeneratedValue value)
Sets the value of the 'Generated Value' containment reference.

Parameters:
value - the new value of the 'Generated Value' containment reference.
See Also:
getGeneratedValue()

getTableGenerator

XmlTableGenerator getTableGenerator()
Returns the value of the 'Table Generator' containment reference.

If the meaning of the 'Table Generator' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table Generator' containment reference.
See Also:
setTableGenerator(XmlTableGenerator), EclipseLink1_1OrmPackage.getXmlBasic_TableGenerator()

setTableGenerator

void setTableGenerator(XmlTableGenerator value)
Sets the value of the 'Table Generator' containment reference.

Parameters:
value - the new value of the 'Table Generator' containment reference.
See Also:
getTableGenerator()

getSequenceGenerator

XmlSequenceGenerator getSequenceGenerator()
Returns the value of the 'Sequence Generator' containment reference.

If the meaning of the 'Sequence Generator' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sequence Generator' containment reference.
See Also:
setSequenceGenerator(XmlSequenceGenerator), EclipseLink1_1OrmPackage.getXmlBasic_SequenceGenerator()

setSequenceGenerator

void setSequenceGenerator(XmlSequenceGenerator value)
Sets the value of the 'Sequence Generator' containment reference.

Parameters:
value - the new value of the 'Sequence Generator' containment reference.
See Also:
getSequenceGenerator()