Uses of Class
org.opengis.annotation.Obligation
-
Packages that use Obligation Package Description org.opengis.annotation Set of annotations mapping GeoAPI interfaces to Open Geospatial UML or XML schemas. -
-
Uses of Obligation in org.opengis.annotation
Methods in org.opengis.annotation that return Obligation Modifier and Type Method Description Obligation[]Obligation. family()Returns all constants defined by this enumeration type.Obligationobligation()The obligation declared in the UML.static ObligationObligation. valueOf(String name)Returns the enum constant of this type with the specified name.static Obligation[]Obligation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-