Interface Parametrizable

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
ClassMethod, Constructor, ExplicitlyTypedLambdaParameters, ImplicitlyTypedLambdaParameters, InterfaceMethod, LambdaParameters, Method, SingleImplicitLambdaParameter
All Known Implementing Classes:
ClassMethodImpl, ConstructorImpl, ExplicitlyTypedLambdaParametersImpl, ImplicitlyTypedLambdaParametersImpl, InterfaceMethodImpl, LambdaParametersImpl, MethodImpl, ParametrizableImpl, SingleImplicitLambdaParameterImpl

public interface Parametrizable extends Commentable
A representation of the model object 'Parametrizable'.

The following features are supported:

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

    • getParameters

      EList<Parameter> getParameters()
      Returns the value of the 'Parameters' containment reference list. The list contents are of type Parameter.
      Returns:
      the value of the 'Parameters' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"