io.sarl.api.core
Class IssueCodes
@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:
io.sarl.sdk
Maven Artifact Identifier:
api.core
Since:
3.0.12.0 in Janus SRE, 0.15 in SARL SDK
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
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.
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:
the collection of containers of issue codes.