org.openxma.dsl.dom.model
Interface ApplicationSession

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.openxma.dsl.core.model.ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ApplicationSessionImpl

public interface ApplicationSession
extends org.openxma.dsl.core.model.ModelElement

A representation of the model object 'Application Session'.

The following features are supported:

See Also:
DomPackage.getApplicationSession()

Method Summary
 org.openxma.dsl.core.model.ConditionsBlock getConditionsBlock()
          Returns the value of the 'Conditions Block' containment reference.
 org.eclipse.emf.common.util.EList<org.openxma.dsl.core.model.Function> getFunctions()
          Returns the value of the 'Functions' containment reference list.
 org.eclipse.emf.common.util.EList<Property> getProperties()
          Returns the value of the 'Properties' containment reference list.
 void setConditionsBlock(org.openxma.dsl.core.model.ConditionsBlock value)
          Sets the value of the 'Conditions Block' containment reference.
 
Methods inherited from interface org.openxma.dsl.core.model.ModelElement
getName, setName
 
Methods inherited from interface org.openxma.dsl.core.model.IDocumentable
getTxtDescription, setTxtDescription
 
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

getProperties

org.eclipse.emf.common.util.EList<Property> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type Property.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
DomPackage.getApplicationSession_Properties()

getFunctions

org.eclipse.emf.common.util.EList<org.openxma.dsl.core.model.Function> getFunctions()
Returns the value of the 'Functions' containment reference list. The list contents are of type Function.

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

Returns:
the value of the 'Functions' containment reference list.
See Also:
DomPackage.getApplicationSession_Functions()

getConditionsBlock

org.openxma.dsl.core.model.ConditionsBlock getConditionsBlock()
Returns the value of the 'Conditions Block' containment reference.

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

Returns:
the value of the 'Conditions Block' containment reference.
See Also:
setConditionsBlock(ConditionsBlock), DomPackage.getApplicationSession_ConditionsBlock()

setConditionsBlock

void setConditionsBlock(org.openxma.dsl.core.model.ConditionsBlock value)
Sets the value of the 'Conditions Block' containment reference.

Parameters:
value - the new value of the 'Conditions Block' containment reference.
See Also:
getConditionsBlock()


Copyright © 2013. All Rights Reserved.