|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlBaseTable
A representation of the model object 'Xml Base Table'. 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.getXmlBaseTable()
Method Summary | |
---|---|
java.lang.String |
getCatalog()
Returns the value of the 'Catalog' attribute. |
TextRange |
getCatalogTextRange()
Return the TextRange for the catalog attibute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
TextRange |
getNameTextRange()
Return the TextRange for the name attibute. |
java.lang.String |
getSchema()
Returns the value of the 'Schema' attribute. |
TextRange |
getSchemaTextRange()
Return the TextRange for the schema attibute. |
org.eclipse.emf.common.util.EList<XmlUniqueConstraint> |
getUniqueConstraints()
Returns the value of the 'Unique Constraints' containment reference list. |
void |
setCatalog(java.lang.String value)
Sets the value of the ' Catalog ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setSchema(java.lang.String value)
Sets the value of the ' Schema ' attribute. |
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 |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
OrmPackage.getXmlBaseTable_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getCatalog()
If the meaning of the 'Catalog' attribute isn't clear, there really should be more of a description here...
setCatalog(String)
,
OrmPackage.getXmlBaseTable_Catalog()
void setCatalog(java.lang.String value)
Catalog
' attribute.
value
- the new value of the 'Catalog' attribute.getCatalog()
java.lang.String getSchema()
If the meaning of the 'Schema' attribute isn't clear, there really should be more of a description here...
setSchema(String)
,
OrmPackage.getXmlBaseTable_Schema()
void setSchema(java.lang.String value)
Schema
' attribute.
value
- the new value of the 'Schema' attribute.getSchema()
org.eclipse.emf.common.util.EList<XmlUniqueConstraint> getUniqueConstraints()
XmlUniqueConstraint
.
If the meaning of the 'Unique Constraints' containment reference list isn't clear, there really should be more of a description here...
OrmPackage.getXmlBaseTable_UniqueConstraints()
TextRange getNameTextRange()
TextRange
for the name attibute. If the name attibute
does not exist return the TextRange
for the *table element.
TextRange getSchemaTextRange()
TextRange
for the schema attibute. If the schema attibute
does not exist return the TextRange
for the *table element.
TextRange getCatalogTextRange()
TextRange
for the catalog attibute. If the catalog attibute
does not exist return the TextRange
for the *table element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |