Uses of Interface
net.opengis.gml311.MetaDataPropertyType
-
Packages that use MetaDataPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MetaDataPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MetaDataPropertyType Modifier and Type Method Description MetaDataPropertyTypeGml311Factory. createMetaDataPropertyType()Returns a new object of class 'Meta Data Property Type'.MetaDataPropertyTypeDocumentRoot. getMetaDataProperty()Returns the value of the 'Meta Data Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type MetaDataPropertyType Modifier and Type Method Description EList<MetaDataPropertyType>AbstractGMLType. getMetaDataProperty()Returns the value of the 'Meta Data Property' containment reference list.Methods in net.opengis.gml311 with parameters of type MetaDataPropertyType Modifier and Type Method Description voidDocumentRoot. setMetaDataProperty(MetaDataPropertyType value)Sets the value of the 'Meta Data Property' containment reference. -
Uses of MetaDataPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MetaDataPropertyType Modifier and Type Class Description classMetaDataPropertyTypeImplAn implementation of the model object 'Meta Data Property Type'.Fields in net.opengis.gml311.impl with type parameters of type MetaDataPropertyType Modifier and Type Field Description protected EList<MetaDataPropertyType>AbstractGMLTypeImpl. metaDataPropertyThe cached value of the 'Meta Data Property' containment reference list.Methods in net.opengis.gml311.impl that return MetaDataPropertyType Modifier and Type Method Description MetaDataPropertyTypeGml311FactoryImpl. createMetaDataPropertyType()MetaDataPropertyTypeDocumentRootImpl. getMetaDataProperty()Methods in net.opengis.gml311.impl that return types with arguments of type MetaDataPropertyType Modifier and Type Method Description EList<MetaDataPropertyType>AbstractGMLTypeImpl. getMetaDataProperty()Methods in net.opengis.gml311.impl with parameters of type MetaDataPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMetaDataProperty(MetaDataPropertyType newMetaDataProperty, NotificationChain msgs)voidDocumentRootImpl. setMetaDataProperty(MetaDataPropertyType newMetaDataProperty) -
Uses of MetaDataPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MetaDataPropertyType Modifier and Type Method Description TGml311Switch. caseMetaDataPropertyType(MetaDataPropertyType object)Returns the result of interpreting the object as an instance of 'Meta Data Property Type'.booleanGml311Validator. validateMetaDataPropertyType(MetaDataPropertyType metaDataPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-