org.eclipse.ocl.examples.xtext.base.baseCST
Interface TypedTypeRefCS

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, ModelElementCS, MonikeredElementCS, org.eclipse.emf.common.notify.Notifier, ParameterableElementCS, Pivotable, PivotObject, TypedRefCS, TypeRefCS, VisitableCS
All Known Subinterfaces:
CollectionTypeRefCS
All Known Implementing Classes:
CollectionTypeRefCSImpl, TypedTypeRefCSImpl

public interface TypedTypeRefCS
extends TypedRefCS

A representation of the model object 'Typed Type Ref CS'.

The following features are supported:

See Also:
BaseCSTPackage.getTypedTypeRefCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<Namespace> getNamespace()
          Returns the value of the 'Namespace' reference list.
 TemplateBindingCS getOwnedTemplateBinding()
          Returns the value of the 'Owned Template Binding' containment reference.
 Type getType()
          Returns the value of the 'Type' reference.
 void setOwnedTemplateBinding(TemplateBindingCS value)
          Sets the value of the 'Owned Template Binding' containment reference.
 void setType(Type value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.MonikeredElementCS
getMoniker, hasMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ModelElementCS
getOriginalXmiId, getOwnedAnnotation, getPivot, setOriginalXmiId, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.baseCST.ElementCS
getDescription
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.util.VisitableCS
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
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

getNamespace

org.eclipse.emf.common.util.EList<Namespace> getNamespace()
Returns the value of the 'Namespace' reference list. The list contents are of type Namespace.

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

Returns:
the value of the 'Namespace' reference list.
See Also:
BaseCSTPackage.getTypedTypeRefCS_Namespace()
Generated
Model

getType

Type getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(Type), BaseCSTPackage.getTypedTypeRefCS_Type()
Generated
Model

setType

void setType(Type value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()
Generated

getOwnedTemplateBinding

TemplateBindingCS getOwnedTemplateBinding()
Returns the value of the 'Owned Template Binding' containment reference. It is bidirectional and its opposite is 'Owning Template Bindable Element'.

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

Returns:
the value of the 'Owned Template Binding' containment reference.
See Also:
setOwnedTemplateBinding(TemplateBindingCS), BaseCSTPackage.getTypedTypeRefCS_OwnedTemplateBinding(), TemplateBindingCS.getOwningTemplateBindableElement()
Generated
Model
opposite="owningTemplateBindableElement" containment="true"

setOwnedTemplateBinding

void setOwnedTemplateBinding(TemplateBindingCS value)
Sets the value of the 'Owned Template Binding' containment reference.

Parameters:
value - the new value of the 'Owned Template Binding' containment reference.
See Also:
getOwnedTemplateBinding()
Generated