org.eclipse.ocl.examples.pivot
Interface BooleanLiteralExp

All Superinterfaces:
DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, LiteralExp, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, OCLExpression, PivotObject, PrimitiveLiteralExp, TypedElement, Visitable
All Known Implementing Classes:
BooleanLiteralExpImpl

public interface BooleanLiteralExp
extends PrimitiveLiteralExp

A representation of the model object 'Boolean Literal Exp'.

The following features are supported:

See Also:
PivotPackage.getBooleanLiteralExp()
Generated

Method Summary
 boolean isBooleanSymbol()
          Returns the value of the 'Boolean Symbol' attribute.
 boolean isSetBooleanSymbol()
          Returns whether the value of the 'Boolean Symbol' attribute is set.
 void setBooleanSymbol(boolean value)
          Sets the value of the 'Boolean Symbol' attribute.
 void unsetBooleanSymbol()
          Unsets the value of the 'Boolean Symbol' attribute.
 boolean validateTypeIsBoolean(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, getName, getOwnedAnnotation, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createExtension, createOwnedComment, getETarget, getExtension, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getTypeId
 

Method Detail

isBooleanSymbol

boolean isBooleanSymbol()
Returns the value of the 'Boolean Symbol' attribute.

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

Returns:
the value of the 'Boolean Symbol' attribute.
See Also:
isSetBooleanSymbol(), unsetBooleanSymbol(), setBooleanSymbol(boolean), PivotPackage.getBooleanLiteralExp_BooleanSymbol()
Generated

setBooleanSymbol

void setBooleanSymbol(boolean value)
Sets the value of the 'Boolean Symbol' attribute.

Parameters:
value - the new value of the 'Boolean Symbol' attribute.
See Also:
isSetBooleanSymbol(), unsetBooleanSymbol(), isBooleanSymbol()
Generated

unsetBooleanSymbol

void unsetBooleanSymbol()
Unsets the value of the 'Boolean Symbol' attribute.

See Also:
isSetBooleanSymbol(), isBooleanSymbol(), setBooleanSymbol(boolean)
Generated

isSetBooleanSymbol

boolean isSetBooleanSymbol()
Returns whether the value of the 'Boolean Symbol' attribute is set.

Returns:
whether the value of the 'Boolean Symbol' attribute is set.
See Also:
unsetBooleanSymbol(), isBooleanSymbol(), setBooleanSymbol(boolean)
Generated

validateTypeIsBoolean

boolean validateTypeIsBoolean(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                              java.util.Map<java.lang.Object,java.lang.Object> context)

Generated