public final class SystemIdentifier
extends java.lang.Object
Identifiers. This class
can e.g. be used by the activity repository - when it is initialised for the
first time - to automatically create these identifiers.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description()
Returns the description of the system identifier.
|
static SystemIdentifier[] |
getSystemIdentifiers()
Returns all registered system identifiers in an array.
|
java.util.UUID |
id()
Returns the ID of the system identifier.
|
static boolean |
isSystemIdentifier(java.util.UUID identifierID)
Returns whether the specified identifier ID belongs to one of the
registered system identifiers.
|
java.lang.String |
name()
Returns the name of the system identifier.
|
public java.util.UUID id()
Identifier.getID()public java.lang.String name()
Identifier.getName()public java.lang.String description()
Identifier.getDescription()public static SystemIdentifier[] getSystemIdentifiers()
public static boolean isSystemIdentifier(java.util.UUID identifierID)
identifierID - the identifier ID to be tested