org.eclipse.jpt.jpa.core.resource.orm
Interface XmlGeneratorContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
XmlBasic_1_1, XmlMappedSuperclass_2_1
All Known Implementing Classes:
XmlBasic, XmlEntity, XmlEntity, XmlId, XmlId, XmlMappedSuperclass

public interface XmlGeneratorContainer
extends JpaEObject

A representation of the model object 'Xml Generator Container'.

The following features are supported:

See Also:
OrmPackage.getXmlGeneratorContainer()

Method Summary
 XmlSequenceGenerator getSequenceGenerator()
          Returns the value of the 'Sequence Generator' containment reference.
 XmlTableGenerator getTableGenerator()
          Returns the value of the 'Table Generator' 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.jpa.core.resource.xml.JpaEObject
containsOffset, createDeleteEdit, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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), OrmPackage.getXmlGeneratorContainer_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()

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), OrmPackage.getXmlGeneratorContainer_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()