|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlTableGenerator
A representation of the model object 'Table Generator'. 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.getXmlTableGenerator()
Method Summary | |
---|---|
java.lang.String |
getCatalog()
Returns the value of the 'Catalog' attribute. |
java.lang.String |
getPkColumnName()
Returns the value of the 'Pk Column Name' attribute. |
java.lang.String |
getPkColumnValue()
Returns the value of the 'Pk Column Value' attribute. |
java.lang.String |
getSchema()
Returns the value of the 'Schema' attribute. |
java.lang.String |
getTable()
Returns the value of the 'Table' attribute. |
org.eclipse.emf.common.util.EList<XmlUniqueConstraint> |
getUniqueConstraints()
Returns the value of the 'Unique Constraints' containment reference list. |
java.lang.String |
getValueColumnName()
Returns the value of the 'Value Column Name' attribute. |
void |
setCatalog(java.lang.String value)
Sets the value of the ' Catalog ' attribute. |
void |
setPkColumnName(java.lang.String value)
Sets the value of the ' Pk Column Name ' attribute. |
void |
setPkColumnValue(java.lang.String value)
Sets the value of the ' Pk Column Value ' attribute. |
void |
setSchema(java.lang.String value)
Sets the value of the ' Schema ' attribute. |
void |
setTable(java.lang.String value)
Sets the value of the ' Table ' attribute. |
void |
setValueColumnName(java.lang.String value)
Sets the value of the ' Value Column Name ' attribute. |
Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlGenerator |
---|
getAllocationSize, getInitialValue, getName, getNameTextRange, isVirtual, setAllocationSize, setInitialValue, setName |
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 getTable()
If the meaning of the 'Table' attribute isn't clear, there really should be more of a description here...
setTable(String)
,
OrmPackage.getXmlTableGenerator_Table()
void setTable(java.lang.String value)
Table
' attribute.
value
- the new value of the 'Table' attribute.getTable()
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.getXmlTableGenerator_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.getXmlTableGenerator_Schema()
void setSchema(java.lang.String value)
Schema
' attribute.
value
- the new value of the 'Schema' attribute.getSchema()
java.lang.String getPkColumnName()
If the meaning of the 'Pk Column Name' attribute isn't clear, there really should be more of a description here...
setPkColumnName(String)
,
OrmPackage.getXmlTableGenerator_PkColumnName()
void setPkColumnName(java.lang.String value)
Pk Column Name
' attribute.
value
- the new value of the 'Pk Column Name' attribute.getPkColumnName()
java.lang.String getValueColumnName()
If the meaning of the 'Value Column Name' attribute isn't clear, there really should be more of a description here...
setValueColumnName(String)
,
OrmPackage.getXmlTableGenerator_ValueColumnName()
void setValueColumnName(java.lang.String value)
Value Column Name
' attribute.
value
- the new value of the 'Value Column Name' attribute.getValueColumnName()
java.lang.String getPkColumnValue()
If the meaning of the 'Pk Column Value' attribute isn't clear, there really should be more of a description here...
setPkColumnValue(String)
,
OrmPackage.getXmlTableGenerator_PkColumnValue()
void setPkColumnValue(java.lang.String value)
Pk Column Value
' attribute.
value
- the new value of the 'Pk Column Value' attribute.getPkColumnValue()
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.getXmlTableGenerator_UniqueConstraints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |