org.eclipse.ocl.examples.pivot
Interface UnspecifiedType

All Superinterfaces:
Class, Element, org.eclipse.emf.ecore.EObject, java.lang.Iterable<Class>, MonikeredElement, Nameable, NamedElement, Namespace, org.eclipse.emf.common.notify.Notifier, ParameterableElement, PivotObject, TemplateableElement, Type, Visitable
All Known Implementing Classes:
UnspecifiedTypeImpl

public interface UnspecifiedType
extends Class

A representation of the model object 'Unspecified Type'.

The following features are supported:

See Also:
PivotPackage.getUnspecifiedType()
Generated
Model

Method Summary
 Type getLowerBound()
          Returns the value of the 'Lower Bound' reference.
 Type getUpperBound()
          Returns the value of the 'Upper Bound' reference.
 void setLowerBound(Type value)
          Sets the value of the 'Lower Bound' reference.
 void setUpperBound(Type value)
          Sets the value of the 'Upper Bound' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Class
createOwnedAttribute, createOwnedOperation, createOwnedOperation, getOwnedAttributes, getOwnedOperations, getSubClasses, getSuperClasses, isAbstract, isInterface, setIsAbstract, setIsInterface
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Type
getInstanceClassName, getPackage, setInstanceClassName, setPackage
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TemplateableElement
createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBindings, getUnspecializedElement, isTemplate, parameterableElements, setOwnedTemplateSignature, setUnspecializedElement
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.ParameterableElement
getOwningTemplateParameter, getTemplateParameter, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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 java.lang.Iterable
iterator
 

Method Detail

getLowerBound

Type getLowerBound()
Returns the value of the 'Lower Bound' reference.

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

Returns:
the value of the 'Lower Bound' reference.
See Also:
setLowerBound(Type), PivotPackage.getUnspecifiedType_LowerBound()
Generated
Model
required="true" ordered="false"

setLowerBound

void setLowerBound(Type value)
Sets the value of the 'Lower Bound' reference.

Parameters:
value - the new value of the 'Lower Bound' reference.
See Also:
getLowerBound()
Generated

getUpperBound

Type getUpperBound()
Returns the value of the 'Upper Bound' reference.

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

Returns:
the value of the 'Upper Bound' reference.
See Also:
setUpperBound(Type), PivotPackage.getUnspecifiedType_UpperBound()
Generated
Model
required="true" ordered="false"

setUpperBound

void setUpperBound(Type value)
Sets the value of the 'Upper Bound' reference.

Parameters:
value - the new value of the 'Upper Bound' reference.
See Also:
getUpperBound()
Generated