Uses of Class
org.opengis.metadata.acquisition.Priority
-
Packages that use Priority Package Description org.opengis.metadata.acquisition -
-
Uses of Priority in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as Priority Modifier and Type Field Description static PriorityPriority. CRITICALDecisive importance.static PriorityPriority. HIGH_IMPORTANCERequires resources to be made available.static PriorityPriority. LOW_IMPORTANCETo be completed when resources are availablestatic PriorityPriority. MEDIUM_IMPORTANCENormal operation priority.Methods in org.opengis.metadata.acquisition that return Priority Modifier and Type Method Description Priority[]Priority. family()Returns the list of codes of the same kind than this code list element.PriorityRequirement. getPriority()Relative ordered importance, or urgency, of the requirement.static PriorityPriority. 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 ofPrioritys.
-