|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<Sequence>
Sequence
@UML(identifier="MI_SequenceCode",
specification=ISO_19115_2)
public final class SequenceTemporal relation of activation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| Field Summary | |
|---|---|
static Sequence |
END
End of a collection. |
static Sequence |
INSTANTANEOUS
Collection without a significant duration |
static Sequence |
START
Beginning of a collection. |
| Method Summary | |
|---|---|
Sequence[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static Sequence |
valueOf(String code)
Returns the sequence that matches the given string, or returns a new one if none match it. |
static Sequence[] |
values()
Returns the list of Sequences. |
| 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="start",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Sequence START
@UML(identifier="end",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Sequence END
@UML(identifier="instantaneous",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Sequence INSTANTANEOUS
| Method Detail |
|---|
public static Sequence[] values()
Sequences.
public Sequence[] family()
family in class CodeList<Sequence>public static Sequence 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 | |||||||||