org.eclipse.gmf.codegen.gmfgen
Interface OclChoiceParser

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

public interface OclChoiceParser
extends GenParserImplementation

A representation of the model object ' Ocl Choice Parser'.

The following features are supported:

See Also:
GMFGenPackage.getOclChoiceParser()
Generated
Model Properties:

Method Summary
 ValueExpression getItemsExpression()
          Returns the value of the 'Items Expression' reference.
 String getQualifiedClassName()
           
 ValueExpression getShowExpression()
          Returns the value of the 'Show Expression' reference.
 void setItemsExpression(ValueExpression value)
          Sets the value of the 'Items Expression' reference.
 void setShowExpression(ValueExpression value)
          Sets the value of the 'Show Expression' reference.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenParserImplementation
getHolder, getUses
 
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

getItemsExpression

ValueExpression getItemsExpression()
Returns the value of the 'Items Expression' reference.

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

Returns:
the value of the 'Items Expression' reference.
See Also:
setItemsExpression(ValueExpression), GMFGenPackage.getOclChoiceParser_ItemsExpression()
Generated
Model Properties:

setItemsExpression

void setItemsExpression(ValueExpression value)
Sets the value of the 'Items Expression' reference.

Parameters:
value - the new value of the 'Items Expression' reference.
See Also:
getItemsExpression()
Generated

getShowExpression

ValueExpression getShowExpression()
Returns the value of the 'Show Expression' reference.

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

Returns:
the value of the 'Show Expression' reference.
See Also:
setShowExpression(ValueExpression), GMFGenPackage.getOclChoiceParser_ShowExpression()
Generated
Model Properties:

setShowExpression

void setShowExpression(ValueExpression value)
Sets the value of the 'Show Expression' reference.

Parameters:
value - the new value of the 'Show Expression' reference.
See Also:
getShowExpression()
Generated

getQualifiedClassName

String getQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.