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
- Version:
- 3.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CodeList
CodeList.Filter -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TriggerEvent due to external stimuli.static final TriggerEvent manually instigated.static final TriggerEvent instigated by planned internal stimuli.private static final longSerial number for compatibility with different versions.List of all enumerations of this type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial number for compatibility with different versions.- See Also:
-
VALUES
-
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.
-
-
Constructor Details
-
Trigger
-
-
Method Details
-
values
Returns the list ofTriggers.- Returns:
- The list of codes declared in the current JVM.
-
family
-
valueOf
-