|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassMapping
A representation of the model object 'Class Mapping'.
The following features are supported:
MappingPackage.getClassMapping()
Method Summary | |
---|---|
AttributeMapping |
getAttributeMapping(java.lang.String name)
|
org.eclipse.emf.common.util.EList |
getAttributes()
Returns the value of the 'Attributes' containment reference list. |
java.lang.String |
getClassName()
Returns the value of the 'Class Name' attribute |
java.lang.String |
getColumnNames()
|
java.lang.String |
getTableName()
Returns the value of the 'Table Name' attribute |
void |
setClassName(java.lang.String value)
Sets the value of the ' Class Name ' attribute |
void |
setTableName(java.lang.String value)
Sets the value of the ' Table Name ' attribute |
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 |
---|
org.eclipse.emf.common.util.EList getAttributes()
AttributeMapping
.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
MappingPackage.getClassMapping_Attributes()
java.lang.String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
setClassName(String)
,
MappingPackage.getClassMapping_ClassName()
void setClassName(java.lang.String value)
Class Name
' attribute.
value
- the new value of the 'Class Name' attribute.getClassName()
java.lang.String getTableName()
If the meaning of the 'Table Name' attribute isn't clear, there really should be more of a description here...
setTableName(String)
,
MappingPackage.getClassMapping_TableName()
void setTableName(java.lang.String value)
Table Name
' attribute.
value
- the new value of the 'Table Name' attribute.getTableName()
AttributeMapping getAttributeMapping(java.lang.String name)
java.lang.String getColumnNames()
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |