Uses of Class
org.n52.shetland.ogc.gml.AbstractMetaData
-
Packages that use AbstractMetaData Package Description org.n52.shetland.ogc.gml -
-
Uses of AbstractMetaData in org.n52.shetland.ogc.gml
Subclasses of AbstractMetaData in org.n52.shetland.ogc.gml Modifier and Type Class Description classGenericMetaDataMethods in org.n52.shetland.ogc.gml that return types with arguments of type AbstractMetaData Modifier and Type Method Description List<AbstractMetaData>AbstractGML. getMetaDataProperty()Methods in org.n52.shetland.ogc.gml with parameters of type AbstractMetaData Modifier and Type Method Description voidAbstractGML. addMetaDataProperty(AbstractMetaData metaDataProperty)Method parameters in org.n52.shetland.ogc.gml with type arguments of type AbstractMetaData Modifier and Type Method Description voidAbstractGML. addMetaDataProperty(List<AbstractMetaData> metaDataProperty)voidAbstractGML. setMetaDataProperty(List<AbstractMetaData> metaDataProperty)
-