Uses of Interface
net.opengis.gml311.MetaDataPropertyType
Packages that use MetaDataPropertyType
-
Uses of MetaDataPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return MetaDataPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createMetaDataPropertyType()
Returns a new object of class 'Meta Data Property Type'.DocumentRoot.getMetaDataProperty()
Returns the value of the 'Meta Data Property' containment reference.Methods in net.opengis.gml311 that return types with arguments of type MetaDataPropertyTypeModifier and TypeMethodDescriptionEList<MetaDataPropertyType>
AbstractGMLType.getMetaDataProperty()
Returns the value of the 'Meta Data Property' containment reference list.Methods in net.opengis.gml311 with parameters of type MetaDataPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.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 MetaDataPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Meta Data Property Type'.Fields in net.opengis.gml311.impl with type parameters of type MetaDataPropertyTypeModifier and TypeFieldDescriptionprotected EList<MetaDataPropertyType>
AbstractGMLTypeImpl.metaDataProperty
The cached value of the 'Meta Data Property
' containment reference list.Methods in net.opengis.gml311.impl that return MetaDataPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createMetaDataPropertyType()
DocumentRootImpl.getMetaDataProperty()
Methods in net.opengis.gml311.impl that return types with arguments of type MetaDataPropertyTypeModifier and TypeMethodDescriptionEList<MetaDataPropertyType>
AbstractGMLTypeImpl.getMetaDataProperty()
Methods in net.opengis.gml311.impl with parameters of type MetaDataPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMetaDataProperty
(MetaDataPropertyType newMetaDataProperty, NotificationChain msgs) void
DocumentRootImpl.setMetaDataProperty
(MetaDataPropertyType newMetaDataProperty) -
Uses of MetaDataPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MetaDataPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseMetaDataPropertyType
(MetaDataPropertyType object) Returns the result of interpreting the object as an instance of 'Meta Data Property Type'.boolean
Gml311Validator.validateMetaDataPropertyType
(MetaDataPropertyType metaDataPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)