Uses of Interface
net.opengis.gml311.GenericMetaDataType
-
Packages that use GenericMetaDataType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GenericMetaDataType in net.opengis.gml311
Methods in net.opengis.gml311 that return GenericMetaDataType Modifier and Type Method Description GenericMetaDataTypeGml311Factory. createGenericMetaDataType()Returns a new object of class 'Generic Meta Data Type'.GenericMetaDataTypeDocumentRoot. getGenericMetaData()Returns the value of the 'Generic Meta Data' containment reference.Methods in net.opengis.gml311 with parameters of type GenericMetaDataType Modifier and Type Method Description voidDocumentRoot. setGenericMetaData(GenericMetaDataType value)Sets the value of the 'Generic Meta Data' containment reference. -
Uses of GenericMetaDataType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GenericMetaDataType Modifier and Type Class Description classGenericMetaDataTypeImplAn implementation of the model object 'Generic Meta Data Type'.Methods in net.opengis.gml311.impl that return GenericMetaDataType Modifier and Type Method Description GenericMetaDataTypeGml311FactoryImpl. createGenericMetaDataType()GenericMetaDataTypeDocumentRootImpl. getGenericMetaData()Methods in net.opengis.gml311.impl with parameters of type GenericMetaDataType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGenericMetaData(GenericMetaDataType newGenericMetaData, NotificationChain msgs)voidDocumentRootImpl. setGenericMetaData(GenericMetaDataType newGenericMetaData) -
Uses of GenericMetaDataType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GenericMetaDataType Modifier and Type Method Description TGml311Switch. caseGenericMetaDataType(GenericMetaDataType object)Returns the result of interpreting the object as an instance of 'Generic Meta Data Type'.booleanGml311Validator. validateGenericMetaDataType(GenericMetaDataType genericMetaDataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-