Class Trigger
- All Implemented Interfaces:
Serializable, Comparable<Trigger>
@UML(identifier="MI_TriggerCode",
specification=ISO_19115_2)
public final class Trigger
extends CodeList<Trigger>
Mechanism of activation.
- Since:
- 2.3
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CodeList
CodeList.Filter -
Field Summary
Fields -
Method Summary
Methods inherited from class CodeList
compareTo, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf
-
Field Details
-
AUTOMATIC
@UML(identifier="automatic", obligation=CONDITIONAL, specification=ISO_19115_2) public static final Trigger AUTOMATICEvent due to external stimuli. -
MANUAL
@UML(identifier="manual", obligation=CONDITIONAL, specification=ISO_19115_2) public static final Trigger MANUALEvent manually instigated. -
PRE_PROGRAMMED
@UML(identifier="preProgrammed", obligation=CONDITIONAL, specification=ISO_19115_2) public static final Trigger PRE_PROGRAMMEDEvent instigated by planned internal stimuli.
-
-
Method Details
-
values
Returns the list ofTriggers.- Returns:
- The list of codes declared in the current JVM.
-
family
-
valueOf
-