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 ObligationObligation.CONDITIONALElement is required when a specific condition is met.static final ObligationObligation.MANDATORYElement is always required.static final ObligationObligation.OPTIONALElement is not required.Fields in org.opengis.metadata with type parameters of type ObligationModifier and TypeFieldDescriptionprivate static final List<Obligation> Obligation.VALUESList 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 ObligationReturns the obligation that matches the given string, or returns a new one if none match it.static Obligation[]Obligation.values()Returns the list ofObligations.