io.sarl.lang.sarl
Interface SarlCapacity
All Superinterfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.xtend.core.xtend.XtendAnnotationTarget, org.eclipse.xtend.core.xtend.XtendMember, org.eclipse.xtend.core.xtend.XtendTypeDeclaration
All Known Implementing Classes:
SarlCapacityImpl
interface SarlCapacity
implements org.eclipse.xtend.core.xtend.XtendTypeDeclaration
A representation of the model object 'Capacity'.

The following features are supported:
See:
getSarlCapacity
Generated:
This element is generated by the SARL compiler.
Model:
This element is part of the metamodel.
Property Summary
Modifier and type Property and description
org.eclipse.emf.common.util.EList<E> extends
Returns the value of the 'Extends' containment reference list.
Action Summary
Modifier and type Action and description
abstract org.eclipse.emf.common.util.EList<E> getExtends
Returns the value of the 'Extends' containment reference list.
Property Details
extends
val extends : org.eclipse.emf.common.util.EList<E>
Returns the value of the 'Extends' containment reference list. The list contents are of type org.eclipse.xtext.common.types.JvmParameterizedTypeReference.

This property is an alias for the action: getExtends

Returns:
the value of the ' Extends ' containment reference list.
See:
getSarlCapacity_Extends
Generated:
This element is generated by the SARL compiler.
Model:
This element is part of the metamodel. containment="true"
Action Details
getExtends
def getExtends : org.eclipse.emf.common.util.EList<E>
Returns the value of the 'Extends' containment reference list. The list contents are of type org.eclipse.xtext.common.types.JvmParameterizedTypeReference.
Returns:
the value of the ' Extends ' containment reference list.
See:
getSarlCapacity_Extends
Generated:
This element is generated by the SARL compiler.
Model:
This element is part of the metamodel. containment="true"