org.eclipse.jpt.core.resource.orm
Interface XmlTableGenerator

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

public interface XmlTableGenerator
extends XmlGenerator

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:

See Also:
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

getTable

java.lang.String getTable()
Returns the value of the 'Table' attribute.

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

Returns:
the value of the 'Table' attribute.
See Also:
setTable(String), OrmPackage.getXmlTableGenerator_Table()

setTable

void setTable(java.lang.String value)
Sets the value of the 'Table' attribute.

Parameters:
value - the new value of the 'Table' attribute.
See Also:
getTable()

getCatalog

java.lang.String getCatalog()
Returns the value of the 'Catalog' attribute.

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

Returns:
the value of the 'Catalog' attribute.
See Also:
setCatalog(String), OrmPackage.getXmlTableGenerator_Catalog()

setCatalog

void setCatalog(java.lang.String value)
Sets the value of the 'Catalog' attribute.

Parameters:
value - the new value of the 'Catalog' attribute.
See Also:
getCatalog()

getSchema

java.lang.String getSchema()
Returns the value of the 'Schema' attribute.

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

Returns:
the value of the 'Schema' attribute.
See Also:
setSchema(String), OrmPackage.getXmlTableGenerator_Schema()

setSchema

void setSchema(java.lang.String value)
Sets the value of the 'Schema' attribute.

Parameters:
value - the new value of the 'Schema' attribute.
See Also:
getSchema()

getPkColumnName

java.lang.String getPkColumnName()
Returns the value of the 'Pk Column Name' attribute.

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

Returns:
the value of the 'Pk Column Name' attribute.
See Also:
setPkColumnName(String), OrmPackage.getXmlTableGenerator_PkColumnName()

setPkColumnName

void setPkColumnName(java.lang.String value)
Sets the value of the 'Pk Column Name' attribute.

Parameters:
value - the new value of the 'Pk Column Name' attribute.
See Also:
getPkColumnName()

getValueColumnName

java.lang.String getValueColumnName()
Returns the value of the 'Value Column Name' attribute.

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

Returns:
the value of the 'Value Column Name' attribute.
See Also:
setValueColumnName(String), OrmPackage.getXmlTableGenerator_ValueColumnName()

setValueColumnName

void setValueColumnName(java.lang.String value)
Sets the value of the 'Value Column Name' attribute.

Parameters:
value - the new value of the 'Value Column Name' attribute.
See Also:
getValueColumnName()

getPkColumnValue

java.lang.String getPkColumnValue()
Returns the value of the 'Pk Column Value' attribute.

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

Returns:
the value of the 'Pk Column Value' attribute.
See Also:
setPkColumnValue(String), OrmPackage.getXmlTableGenerator_PkColumnValue()

setPkColumnValue

void setPkColumnValue(java.lang.String value)
Sets the value of the 'Pk Column Value' attribute.

Parameters:
value - the new value of the 'Pk Column Value' attribute.
See Also:
getPkColumnValue()

getUniqueConstraints

org.eclipse.emf.common.util.EList<XmlUniqueConstraint> getUniqueConstraints()
Returns the value of the 'Unique Constraints' containment reference list. The list contents are of type XmlUniqueConstraint.

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

Returns:
the value of the 'Unique Constraints' containment reference list.
See Also:
OrmPackage.getXmlTableGenerator_UniqueConstraints()