|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Obligation | |
|---|---|
| org.opengis.metadata | Root package for metadata. |
| Uses of Obligation in org.opengis.metadata |
|---|
| Fields in org.opengis.metadata declared as Obligation | |
|---|---|
static Obligation |
Obligation.CONDITIONAL
Element is required when a specific condition is met. |
static Obligation |
Obligation.MANDATORY
Element is always required. |
static Obligation |
Obligation.OPTIONAL
Element is not required. |
| Methods in org.opengis.metadata that return Obligation | |
|---|---|
Obligation |
ExtendedElementInformation.getObligation()
Obligation of the extended element. |
static Obligation |
Obligation.valueOf(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 of Obligations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||