|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Priority | |
---|---|
org.opengis.metadata.acquisition | Acquisition information. |
Uses of Priority in org.opengis.metadata.acquisition |
---|
Fields in org.opengis.metadata.acquisition declared as Priority | |
---|---|
static Priority |
Priority.CRITICAL
Decisive importance. |
static Priority |
Priority.HIGH_IMPORTANCE
Requires resources to be made available. |
static Priority |
Priority.LOW_IMPORTANCE
To be completed when resources are available |
static Priority |
Priority.MEDIUM_IMPORTANCE
Normal operation priority. |
Methods in org.opengis.metadata.acquisition that return Priority | |
---|---|
Priority[] |
Priority.family()
Returns the list of enumerations of the same kind than this enum. |
Priority |
Requirement.getPriority()
Relative ordered importance, or urgency, of the requirement. |
static Priority |
Priority.valueOf(String code)
Returns the priority that matches the given string, or returns a new one if none match it. |
static Priority[] |
Priority.values()
Returns the list of Priority s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |