-
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:
-
SarlEventImpl, SarlEventImplCustom
interface SarlEvent
implements org.eclipse.xtend.core.xtend.XtendTypeDeclaration
A representation of the model object '
Event'.
The following features are supported:
-
See:
-
-
Generated:
-
-
Model:
-
Property Summary
Modifier and type |
Property and description |
org.eclipse.xtext.common.types.JvmParameterizedTypeReference |
extends
Returns the value of the 'Extends' containment reference. |
org.eclipse.emf.common.util.EList<E> |
typeParameters
Returns the value of the 'Type Parameters' containment reference list. |
Action Summary
Modifier and type |
Action and description |
abstract org.eclipse.xtext.common.types.JvmParameterizedTypeReference |
getExtends
Returns the value of the 'Extends' containment reference. |
abstract org.eclipse.emf.common.util.EList<E> |
getTypeParameters
Returns the value of the 'Type Parameters' containment reference list. |
abstract boolean |
isAbstract |
abstract void |
setExtends(JvmParameterizedTypeReference)
Sets the value of the 'Extends' containment reference. |
Modifier and type |
Action and description |
abstract org.eclipse.xtext.common.types.JvmParameterizedTypeReference |
getExtends
Returns the value of the 'Extends' containment reference. |
abstract org.eclipse.emf.common.util.EList<E> |
getTypeParameters
Returns the value of the 'Type Parameters' containment reference list. |
abstract boolean |
isAbstract |
abstract void |
setExtends(JvmParameterizedTypeReference)
Sets the value of the 'Extends' containment reference. |
Property Details
-
extends
-
var extends : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
Returns the value of the 'Extends' containment reference.
This property is an alias for the action: getExtends
-
Returns:
-
-
See:
-
-
Generated:
-
-
Model:
-
-
typeParameters
-
val typeParameters : org.eclipse.emf.common.util.EList<E>
Returns the value of the 'Type Parameters' containment reference list. The list contents are of type org.eclipse.xtext.common.types.JvmTypeParameter.
This property is an alias for the action: getTypeParameters
-
Returns:
-
-
See:
-
-
Generated:
-
-
Model:
-
Action Details
-
getExtends
-
def getExtends : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
Returns the value of the 'Extends' containment reference.
-
Returns:
-
-
See:
-
-
Generated:
-
-
Model:
-
-
getTypeParameters
-
def getTypeParameters : org.eclipse.emf.common.util.EList<E>
Returns the value of the 'Type Parameters' containment reference list. The list contents are of type org.eclipse.xtext.common.types.JvmTypeParameter.
-
Returns:
-
-
See:
-
-
Generated:
-
-
Model:
-
-
isAbstract
-
def isAbstract : boolean
-
Generated:
-
-
Model:
-
-
setExtends(JvmParameterizedTypeReference)
-
def setExtends(JvmParameterizedTypeReference)
Sets the value of the '
Extends' containment reference.
-
Parameters:
-
value -
-
See:
-
-
Generated:
-