|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<Context>
Context
@UML(identifier="MI_ContextCode",
specification=ISO_19115_2)
public final class ContextDesignation of criterion for defining the context of the scanning process event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| Field Summary | |
|---|---|
static Context |
ACQUISITION
Event related to a specific collection. |
static Context |
PASS
Event related to a sequence of collections. |
static Context |
WAY_POINT
Event related to a navigational manoeuvre. |
| Method Summary | |
|---|---|
Context[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static Context |
valueOf(String code)
Returns the context that matches the given string, or returns a new one if none match it. |
static Context[] |
values()
Returns the list of Contexts. |
| 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="acquisition",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Context ACQUISITION
@UML(identifier="pass",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Context PASS
@UML(identifier="wayPoint",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Context WAY_POINT
| Method Detail |
|---|
public static Context[] values()
Contexts.
public Context[] family()
family in class CodeList<Context>public static Context 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 | |||||||||