org.eclipse.jpt.eclipselink.core.resource.orm.v1_1
Interface XmlBasic_1_1

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier, XmlGeneratorContainer
All Known Subinterfaces:
XmlBasic_2_1
All Known Implementing Classes:
XmlBasic

public interface XmlBasic_1_1
extends XmlGeneratorContainer

A representation of the model object 'Xml Basic 11'.

The following features are supported:

See Also:
EclipseLinkOrmV1_1Package.getXmlBasic_1_1()

Method Summary
 XmlGeneratedValue getGeneratedValue()
          Returns the value of the 'Generated Value' containment reference.
 void setGeneratedValue(XmlGeneratedValue value)
          Sets the value of the 'Generated Value' containment reference.
 
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlGeneratorContainer
getSequenceGenerator, getTableGenerator, setSequenceGenerator, setTableGenerator
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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), EclipseLinkOrmV1_1Package.getXmlBasic_1_1_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()