@org.eclipse.xtext.xbase.lib.XbaseGenerated
class IssueCodes
extends java.lang.Object
List of all the issue codes that are related to the SARL core SDK.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Field Summary
| Modifier and type |
Field and description |
| public static val java.lang.String |
CANNOT_EMIT_IN_SPACE |
| protected static val java.lang.String |
PREFIX |
| Modifier and type |
Field and description |
| public static val java.lang.String |
CANNOT_EMIT_IN_SPACE |
| protected static val java.lang.String |
PREFIX |
Action Summary
| Modifier and type |
Action and description |
| static java.util.Collection<E> |
getIssueCodeContainers
Replies all the classes that are containing issue codes related to SARL core SDK. |
| Modifier and type |
Action and description |
| static java.util.Collection<E> |
getIssueCodeContainers
Replies all the classes that are containing issue codes related to SARL core SDK. |
Field Details
- CANNOT_EMIT_IN_SPACE
-
public static val CANNOT_EMIT_IN_SPACE : java.lang.String = "io.sarl.api.core.IssueCodes.cannot_emit_in_space"
- PREFIX
-
protected static val PREFIX : java.lang.String = "io.sarl.api.core.IssueCodes."
Action Details
- getIssueCodeContainers
-
def getIssueCodeContainers : java.util.Collection<E>
Replies all the classes that are containing issue codes related to SARL core SDK.
- Returns:
-