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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XmlPrimaryKey

public interface XmlPrimaryKey_1_1
extends JpaEObject

A representation of the model object 'Xml Primary Key 11'.

The following features are supported:

See Also:
EclipseLinkOrmV1_1Package.getXmlPrimaryKey_1_1()

Method Summary
 org.eclipse.emf.common.util.EList<XmlColumn> getColumns()
          Returns the value of the 'Columns' containment reference list.
 IdValidationType_1_1 getValidation()
          Returns the value of the 'Validation' attribute.
 void setValidation(IdValidationType_1_1 value)
          Sets the value of the 'Validation' attribute.
 
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

getValidation

IdValidationType_1_1 getValidation()
Returns the value of the 'Validation' attribute. The literals are from the enumeration IdValidationType_1_1.

If the meaning of the 'Validation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validation' attribute.
See Also:
IdValidationType_1_1, setValidation(IdValidationType_1_1), EclipseLinkOrmV1_1Package.getXmlPrimaryKey_1_1_Validation()

setValidation

void setValidation(IdValidationType_1_1 value)
Sets the value of the 'Validation' attribute.

Parameters:
value - the new value of the 'Validation' attribute.
See Also:
IdValidationType_1_1, getValidation()

getColumns

org.eclipse.emf.common.util.EList<XmlColumn> getColumns()
Returns the value of the 'Columns' containment reference list. The list contents are of type XmlColumn.

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

Returns:
the value of the 'Columns' containment reference list.
See Also:
EclipseLinkOrmV1_1Package.getXmlPrimaryKey_1_1_Columns()