Interface TypeReference

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
Boolean, Byte, Char, ClassifierReference, Double, Float, InferableType, Int, Long, NamespaceClassifierReference, PrimitiveType, Short, Void
All Known Implementing Classes:
BooleanImpl, ByteImpl, CharImpl, ClassifierReferenceImpl, DoubleImpl, FloatImpl, InferableTypeImpl, IntImpl, LongImpl, NamespaceClassifierReferenceImpl, PrimitiveTypeImpl, ShortImpl, TypeReferenceImpl, VoidImpl

public interface TypeReference extends Commentable
A representation of the model object 'Type Reference'.
See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getTarget

      Type getTarget()
      Generated class or method.
      EMF model class or method.
      kind="operation"
    • setTarget

      void setTarget(Classifier type)
      Generated class or method.
      EMF model class or method.
    • getBoundTarget

      Type getBoundTarget(Reference reference)
      Generated class or method.
      EMF model class or method.
    • getPureClassifierReference

      ClassifierReference getPureClassifierReference()
      Generated class or method.
      EMF model class or method.
      kind="operation"