|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<Priority>
Priority
@UML(identifier="MI_PriorityCode",
specification=ISO_19115_2)
public final class PriorityOrdered list of priorities.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| Field Summary | |
|---|---|
static Priority |
CRITICAL
Decisive importance. |
static Priority |
HIGH_IMPORTANCE
Requires resources to be made available. |
static Priority |
LOW_IMPORTANCE
To be completed when resources are available |
static Priority |
MEDIUM_IMPORTANCE
Normal operation priority. |
| Method Summary | |
|---|---|
Priority[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static Priority |
valueOf(String code)
Returns the priority that matches the given string, or returns a new one if none match it. |
static Priority[] |
values()
Returns the list of Prioritys. |
| 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="critical",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Priority CRITICAL
@UML(identifier="highImportance",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Priority HIGH_IMPORTANCE
@UML(identifier="mediumImportance",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Priority MEDIUM_IMPORTANCE
@UML(identifier="lowImportance",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final Priority LOW_IMPORTANCE
| Method Detail |
|---|
public static Priority[] values()
Prioritys.
public Priority[] family()
family in class CodeList<Priority>public static Priority 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 | |||||||||