|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<Trigger>
Trigger
@UML(identifier="MI_TriggerCode",
specification=ISO_19115_2)
public final class TriggerMechanism of activation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| Field Summary | |
|---|---|
static Trigger |
AUTOMATIC
Event due to external stimuli. |
static Trigger |
MANUAL
Event manually instigated. |
static Trigger |
PRE_PROGRAMMED
Event instigated by planned internal stimuli. |
| Method Summary | |
|---|---|
Trigger[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static Trigger |
valueOf(String code)
Returns the trigger that matches the given string, or returns a new one if none match it. |
static Trigger[] |
values()
Returns the list of Triggers. |
| Methods inherited from class CodeList |
|---|
compareTo, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@UML(identifier="automatic",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Trigger AUTOMATIC
@UML(identifier="manual",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Trigger MANUAL
@UML(identifier="preProgrammed",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Trigger PRE_PROGRAMMED
| Method Detail |
|---|
public static Trigger[] values()
Triggers.
public Trigger[] family()
family in class CodeList<Trigger>public static Trigger valueOf(String code)
code - The name of the code to fetch or to create.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||