| Package | Description | 
|---|---|
| org.geotools.metadata.iso | Metadata implementation. | 
| org.opengis.metadata | Root package for metadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| Obligation | ExtendedElementInformationImpl. getObligation()Obligation of the extended element. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExtendedElementInformationImpl. setObligation(Obligation newValue)Set the obligation of the extended element. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Obligation | Obligation. CONDITIONALElement is required when a specific condition is met. | 
| static Obligation | Obligation. MANDATORYElement is always required. | 
| static Obligation | Obligation. OPTIONALElement is not required. | 
| Modifier and Type | Method and Description | 
|---|---|
| Obligation[] | Obligation. family()Returns the list of enumerations of the same kind than this enum. | 
| 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. | 
Copyright © 1996–2019 Geotools. All rights reserved.