Uses of Class
org.opengis.metadata.Obligation
-
Packages that use Obligation Package Description org.opengis.metadata Root package for metadata. -
-
Uses of Obligation in org.opengis.metadata
Fields in org.opengis.metadata declared as Obligation Modifier and Type Field Description static ObligationObligation. CONDITIONALElement is required when a specific condition is met.static ObligationObligation. MANDATORYElement is always required.static ObligationObligation. OPTIONALElement is not required.Fields in org.opengis.metadata with type parameters of type Obligation Modifier and Type Field Description private static java.util.List<Obligation>Obligation. VALUESList of all enumerations of this type.Methods in org.opengis.metadata that return Obligation Modifier and Type Method Description Obligation[]Obligation. family()Returns the list of enumerations of the same kind than this enum.ObligationExtendedElementInformation. getObligation()Obligation of the extended element.static ObligationObligation. valueOf(java.lang.String code)Returns the obligation that matches the given string, or returns a new one if none match it.static Obligation[]Obligation. values()Returns the list ofObligations.
-