Interface ArrayTypeable

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
Boolean, Byte, Char, ClassifierReference, Double, ExtendsTypeArgument, Float, IdentifierReference, InferableType, Int, Long, NamespaceClassifierReference, PrimitiveType, PrimitiveTypeReference, QualifiedTypeArgument, Short, SuperTypeArgument, TypeArgument, TypeReference, UnknownTypeArgument, Void
All Known Implementing Classes:
ArrayTypeableImpl, BooleanImpl, ByteImpl, CharImpl, ClassifierReferenceImpl, DoubleImpl, ExtendsTypeArgumentImpl, FloatImpl, IdentifierReferenceImpl, InferableTypeImpl, IntImpl, LongImpl, NamespaceClassifierReferenceImpl, PrimitiveTypeImpl, PrimitiveTypeReferenceImpl, QualifiedTypeArgumentImpl, ShortImpl, SuperTypeArgumentImpl, TemporalCompositeTypeReference, TypeArgumentImpl, TypeReferenceImpl, UnknownTypeArgumentImpl, VoidImpl

public interface ArrayTypeable extends Commentable
A representation of the model object 'Array Typeable'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getArrayDimensionsBefore

      EList<ArrayDimension> getArrayDimensionsBefore()
      Returns the value of the 'Array Dimensions Before' containment reference list. The list contents are of type ArrayDimension.
      Returns:
      the value of the 'Array Dimensions Before' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • getArrayDimensionsAfter

      EList<ArrayDimension> getArrayDimensionsAfter()
      Returns the value of the 'Array Dimensions After' containment reference list. The list contents are of type ArrayDimension.
      Returns:
      the value of the 'Array Dimensions After' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • getArrayDimension

      long getArrayDimension()
      Generated class or method.
      EMF model class or method.
      kind="operation"