Uses of Class
org.opengis.metadata.Obligation
Packages that use Obligation
-
Uses of Obligation in org.opengis.metadata
Fields in org.opengis.metadata declared as ObligationModifier and TypeFieldDescriptionstatic final Obligation
Obligation.CONDITIONAL
Element is required when a specific condition is met.static final Obligation
Obligation.MANDATORY
Element is always required.static final Obligation
Obligation.OPTIONAL
Element is not required.Fields in org.opengis.metadata with type parameters of type ObligationModifier and TypeFieldDescriptionprivate static final List
<Obligation> Obligation.VALUES
List of all enumerations of this type.Methods in org.opengis.metadata that return ObligationModifier and TypeMethodDescriptionObligation.family()
Returns the list of enumerations of the same kind than this enum.ExtendedElementInformation.getObligation()
Obligation of the extended element.static Obligation
Returns the obligation that matches the given string, or returns a new one if none match it.static Obligation[]
Obligation.values()
Returns the list ofObligation
s.