Class SystemIdentifier
java.lang.Object
de.aristaflow.adept2.model.globals.SystemIdentifier
Manages a list of all registered system-specified
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.- Author:
- Patrick Schmidt
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the system identifier.static SystemIdentifier[]Returns all registered system identifiers in an array.id()Returns the ID of the system identifier.static booleanisSystemIdentifier(UUID identifierID) Returns whether the specified identifier ID belongs to one of the registered system identifiers.name()Returns the name of the system identifier.
-
Method Details
-
id
Returns the ID of the system identifier.- Returns:
- the ID of the system identifier
- See Also:
-
name
Returns the name of the system identifier.- Returns:
- the name of the system identifier
- See Also:
-
description
Returns the description of the system identifier.- Returns:
- the description of the system identifier
- See Also:
-
getSystemIdentifiers
Returns all registered system identifiers in an array.- Returns:
- all registered system identifiers in an array
-
isSystemIdentifier
Returns whether the specified identifier ID belongs to one of the registered system identifiers.- Parameters:
identifierID- the identifier ID to be tested- Returns:
- whether the specified identifier ID belongs to one of the registered system identifiers
-