org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2
Interface XmlIndex_2_2

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

public interface XmlIndex_2_2
extends JpaEObject

A representation of the model object 'Xml Index 22'. 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:
EclipseLinkOrmV2_2Package.getXmlIndex_2_2()

Method Summary
 java.lang.String getCatalog()
          Returns the value of the 'Catalog' attribute.
 org.eclipse.emf.common.util.EList<java.lang.String> getColumnNames()
          Returns the value of the 'Column Names' attribute list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getSchema()
          Returns the value of the 'Schema' attribute.
 java.lang.String getTable()
          Returns the value of the 'Table' attribute.
 java.lang.Boolean getUnique()
          Returns the value of the 'Unique' attribute.
 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.
 void setTable(java.lang.String value)
          Sets the value of the 'Table' attribute.
 void setUnique(java.lang.Boolean value)
          Sets the value of the 'Unique' attribute.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.resource.xml.JpaEObject
containsOffset, createDeleteEdit, 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EclipseLinkOrmV2_2Package.getXmlIndex_2_2_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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), EclipseLinkOrmV2_2Package.getXmlIndex_2_2_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()

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), EclipseLinkOrmV2_2Package.getXmlIndex_2_2_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()

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), EclipseLinkOrmV2_2Package.getXmlIndex_2_2_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()

getUnique

java.lang.Boolean getUnique()
Returns the value of the 'Unique' attribute.

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

Returns:
the value of the 'Unique' attribute.
See Also:
setUnique(Boolean), EclipseLinkOrmV2_2Package.getXmlIndex_2_2_Unique()

setUnique

void setUnique(java.lang.Boolean value)
Sets the value of the 'Unique' attribute.

Parameters:
value - the new value of the 'Unique' attribute.
See Also:
getUnique()

getColumnNames

org.eclipse.emf.common.util.EList<java.lang.String> getColumnNames()
Returns the value of the 'Column Names' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Column Names' attribute list.
See Also:
EclipseLinkOrmV2_2Package.getXmlIndex_2_2_ColumnNames()