|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Join
A representation of the model object 'Join'.
The following features are supported:
DomPackage.getJoin()| Method Summary | |
|---|---|
JoinEntity |
getEntity()
Returns the value of the 'Entity' reference. |
Expression |
getExpression()
Returns the value of the 'Expression' containment reference. |
Attribute |
getReference()
Returns the value of the 'Reference' reference. |
String |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isFetch()
Returns the value of the 'Fetch' attribute. |
boolean |
isPropertyFetch()
Returns the value of the 'Property Fetch' attribute. |
void |
setEntity(JoinEntity value)
Sets the value of the ' Entity' reference. |
void |
setExpression(Expression value)
Sets the value of the ' Expression' containment reference. |
void |
setFetch(boolean value)
Sets the value of the ' Fetch' attribute. |
void |
setPropertyFetch(boolean value)
Sets the value of the ' Property Fetch' attribute. |
void |
setReference(Attribute value)
Sets the value of the ' Reference' reference. |
void |
setType(String value)
Sets the value of the ' Type' attribute. |
| Methods inherited from interface org.openxma.dsl.dom.model.JoinEntity |
|---|
getName, setName |
| 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 |
|---|
String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
DomPackage.getJoin_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()boolean isFetch()
If the meaning of the 'Fetch' attribute isn't clear, there really should be more of a description here...
setFetch(boolean),
DomPackage.getJoin_Fetch()void setFetch(boolean value)
Fetch' attribute.
value - the new value of the 'Fetch' attribute.isFetch()JoinEntity getEntity()
If the meaning of the 'Entity' reference isn't clear, there really should be more of a description here...
setEntity(JoinEntity),
DomPackage.getJoin_Entity()void setEntity(JoinEntity value)
Entity' reference.
value - the new value of the 'Entity' reference.getEntity()Attribute getReference()
If the meaning of the 'Reference' reference list isn't clear, there really should be more of a description here...
setReference(Attribute),
DomPackage.getJoin_Reference()void setReference(Attribute value)
Reference' reference.
value - the new value of the 'Reference' reference.getReference()boolean isPropertyFetch()
If the meaning of the 'Property Fetch' attribute isn't clear, there really should be more of a description here...
setPropertyFetch(boolean),
DomPackage.getJoin_PropertyFetch()void setPropertyFetch(boolean value)
Property Fetch' attribute.
value - the new value of the 'Property Fetch' attribute.isPropertyFetch()Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression),
DomPackage.getJoin_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||