Modifier and type | Property and description |
---|---|
java.lang.String | actionName Replies the name of the function. |
java.lang.String | containerID Replies the identifier that corresponds to the resource and the declaring type. |
org.eclipse.xtext.common.types.JvmIdentifiableElement | declaringType Replies the declaring type in which the action is defined. |
java.lang.String | resourceID Replies the ID of the resource. |
Constructor and description |
---|
new(String,JvmIdentifiableElement,String) Constructor. |
Modifier and type | Action and description |
---|---|
QualifiedActionName | clone |
int | compareTo(QualifiedActionName) |
boolean | equals(Object) |
java.lang.String | getActionName Replies the name of the function. |
java.lang.String | getContainerID Replies the identifier that corresponds to the resource and the declaring type. |
org.eclipse.xtext.common.types.JvmIdentifiableElement | getDeclaringType Replies the declaring type in which the action is defined. |
java.lang.String | getResourceID Replies the ID of the resource. |
int | hashCode |
java.lang.String | toString |
val actionName : java.lang.String
This property is an alias for the action: getActionName
val containerID : java.lang.String
This property is an alias for the action: getContainerID
val declaringType : org.eclipse.xtext.common.types.JvmIdentifiableElement
This property is an alias for the action: getDeclaringType
val resourceID : java.lang.String
This property is an alias for the action: getResourceID
protected new(String,JvmIdentifiableElement,String)
def clone : QualifiedActionName
def compareTo(QualifiedActionName) : int
def equals(Object) : boolean
def getActionName : java.lang.String
def getContainerID : java.lang.String
def getDeclaringType : org.eclipse.xtext.common.types.JvmIdentifiableElement
def getResourceID : java.lang.String
def hashCode : int
def toString : java.lang.String