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 GenericMetaDataType
Gml311Factory. createGenericMetaDataType()
Returns a new object of class 'Generic Meta Data Type'.GenericMetaDataType
DocumentRoot. 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 void
DocumentRoot. 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 class
GenericMetaDataTypeImpl
An implementation of the model object 'Generic Meta Data Type'.Methods in net.opengis.gml311.impl that return GenericMetaDataType Modifier and Type Method Description GenericMetaDataType
Gml311FactoryImpl. createGenericMetaDataType()
GenericMetaDataType
DocumentRootImpl. getGenericMetaData()
Methods in net.opengis.gml311.impl with parameters of type GenericMetaDataType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGenericMetaData(GenericMetaDataType newGenericMetaData, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseGenericMetaDataType(GenericMetaDataType object)
Returns the result of interpreting the object as an instance of 'Generic Meta Data Type'.boolean
Gml311Validator. validateGenericMetaDataType(GenericMetaDataType genericMetaDataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-