| Package | Description | 
|---|---|
| org.geotools.metadata.iso.maintenance | Maintenance
 information implementation. | 
| org.opengis.metadata.maintenance | 
| Modifier and Type | Method and Description | 
|---|---|
| MaintenanceFrequency | MaintenanceInformationImpl. getMaintenanceAndUpdateFrequency()Returns the frequency with which changes and additions are made to the resource after the
 initial resource is completed. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MaintenanceInformationImpl. setMaintenanceAndUpdateFrequency(MaintenanceFrequency newValue)Set the frequency with which changes and additions are made to the resource after the initial
 resource is completed. | 
| Constructor and Description | 
|---|
| MaintenanceInformationImpl(MaintenanceFrequency maintenanceAndUpdateFrequency)Creates a maintenance information. | 
| Modifier and Type | Field and Description | 
|---|---|
| static MaintenanceFrequency | MaintenanceFrequency. ANNUALLYData is updated every year. | 
| static MaintenanceFrequency | MaintenanceFrequency. AS_NEEDEDData is updated as deemed necessary. | 
| static MaintenanceFrequency | MaintenanceFrequency. BIANNUALLYData is updated twice each year. | 
| static MaintenanceFrequency | MaintenanceFrequency. CONTINUALData is repeatedly and frequently updated. | 
| static MaintenanceFrequency | MaintenanceFrequency. DAILYData is updated each day. | 
| static MaintenanceFrequency | MaintenanceFrequency. FORTNIGHTLYData is updated every two weeks. | 
| static MaintenanceFrequency | MaintenanceFrequency. IRREGULARData is updated in intervals that are uneven in duration. | 
| static MaintenanceFrequency | MaintenanceFrequency. MONTHLYData is updated each month. | 
| static MaintenanceFrequency | MaintenanceFrequency. NOT_PLANNEDThere are no plans to update the data. | 
| static MaintenanceFrequency | MaintenanceFrequency. QUARTERLYData is updated every three months. | 
| static MaintenanceFrequency | MaintenanceFrequency. UNKNOWFrequency of maintenance for the data is not known | 
| static MaintenanceFrequency | MaintenanceFrequency. WEEKLYData is updated on a weekly basis. | 
| Modifier and Type | Method and Description | 
|---|---|
| MaintenanceFrequency[] | MaintenanceFrequency. family()Returns the list of enumerations of the same kind than this enum. | 
| MaintenanceFrequency | MaintenanceInformation. getMaintenanceAndUpdateFrequency()Frequency with which changes and additions are made to the resource after the initial
 resource is completed. | 
| static MaintenanceFrequency | MaintenanceFrequency. valueOf(String code)Returns the maintenance frequency that matches the given string, or returns a new one if none
 match it. | 
| static MaintenanceFrequency[] | MaintenanceFrequency. values()Returns the list of  MaintenanceFrequencys. | 
Copyright © 1996–2019 Geotools. All rights reserved.