org.tm4j.tmnav.app.event.EventTypeRegistry .registerType(java.lang.String identifier)

Description

Creates a new EventType for the given identifier and returns it.
If the identifier already points to an EventType, no new one is created but the exisiting one is returned.

Parameters
java.lang.String identifier

Returns

an EventType that is identified by the given identifier

Other Resources

Related Topics

Has Parameters