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.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.
|
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
Obligation s. |
Copyright © 1996–2019 Geotools. All rights reserved.