Uses of Class
org.opengis.metadata.acquisition.Priority
-
Uses of Priority in org.opengis.metadata.acquisition
Modifier and TypeFieldDescriptionstatic final Priority
Priority.CRITICAL
Decisive importance.static final Priority
Priority.HIGH_IMPORTANCE
Requires resources to be made available.static final Priority
Priority.LOW_IMPORTANCE
To be completed when resources are availablestatic final Priority
Priority.MEDIUM_IMPORTANCE
Normal operation priority.Modifier and TypeMethodDescriptionPriority[]
Priority.family()
Returns the list of codes of the same kind as this code list element.Requirement.getPriority()
Relative ordered importance, or urgency, of the requirement.static Priority
Returns the priority that matches the given string, or returns a new one if none match it.static Priority[]
Priority.values()
Returns the list ofPriority
s.