Interface CachedClause
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CachedClauseImpl
public interface CachedClause extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Cached Clause'.The following features are supported:
- See Also:
XsemanticsPackage.getCachedClause()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.xbase.XExpressiongetCondition()Returns the value of the 'Condition' containment reference.EntryPointsOptiongetEntryPointsOption()Returns the value of the 'Entry Points Option' attribute.voidsetCondition(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Condition' containment reference.voidsetEntryPointsOption(EntryPointsOption value)Sets the value of the 'Entry Points Option' attribute.
-
-
-
Method Detail
-
getEntryPointsOption
EntryPointsOption getEntryPointsOption()
Returns the value of the 'Entry Points Option' attribute. The literals are from the enumerationEntryPointsOption.- Returns:
- the value of the 'Entry Points Option' attribute.
- See Also:
EntryPointsOption,setEntryPointsOption(EntryPointsOption),XsemanticsPackage.getCachedClause_EntryPointsOption()
-
setEntryPointsOption
void setEntryPointsOption(EntryPointsOption value)
Sets the value of the 'Entry Points Option' attribute.- Parameters:
value- the new value of the 'Entry Points Option' attribute.- See Also:
EntryPointsOption,getEntryPointsOption()
-
getCondition
org.eclipse.xtext.xbase.XExpression getCondition()
Returns the value of the 'Condition' containment reference.- Returns:
- the value of the 'Condition' containment reference.
- See Also:
setCondition(XExpression),XsemanticsPackage.getCachedClause_Condition()
-
setCondition
void setCondition(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Condition' containment reference.- Parameters:
value- the new value of the 'Condition' containment reference.- See Also:
getCondition()
-
-