org.openxma.dsl.dom.model
Interface FromClass

All Superinterfaces:
org.eclipse.emf.ecore.EObject, FromRange, JoinEntity, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FromClassImpl

public interface FromClass
extends FromRange, JoinEntity

A representation of the model object 'From Class'.

The following features are supported:

See Also:
DomPackage.getFromClass()

Method Summary
 Entity getEntity()
          Returns the value of the 'Entity' reference.
 boolean isPopertyFetch()
          Returns the value of the 'Poperty Fetch' attribute.
 void setEntity(Entity value)
          Sets the value of the 'Entity' reference.
 void setPopertyFetch(boolean value)
          Sets the value of the 'Poperty Fetch' 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

getEntity

Entity getEntity()
Returns the value of the 'Entity' reference.

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

Returns:
the value of the 'Entity' reference.
See Also:
setEntity(Entity), DomPackage.getFromClass_Entity()

setEntity

void setEntity(Entity value)
Sets the value of the 'Entity' reference.

Parameters:
value - the new value of the 'Entity' reference.
See Also:
getEntity()

isPopertyFetch

boolean isPopertyFetch()
Returns the value of the 'Poperty Fetch' attribute.

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

Returns:
the value of the 'Poperty Fetch' attribute.
See Also:
setPopertyFetch(boolean), DomPackage.getFromClass_PopertyFetch()

setPopertyFetch

void setPopertyFetch(boolean value)
Sets the value of the 'Poperty Fetch' attribute.

Parameters:
value - the new value of the 'Poperty Fetch' attribute.
See Also:
isPopertyFetch()


Copyright © 2013. All Rights Reserved.