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 MetaDataPropertyType
Gml311Factory. createMetaDataPropertyType()
Returns a new object of class 'Meta Data Property Type'.MetaDataPropertyType
DocumentRoot. 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 void
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 MetaDataPropertyType Modifier and Type Class Description class
MetaDataPropertyTypeImpl
An 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. metaDataProperty
The cached value of the 'Meta Data Property
' containment reference list.Methods in net.opengis.gml311.impl that return MetaDataPropertyType Modifier and Type Method Description MetaDataPropertyType
Gml311FactoryImpl. createMetaDataPropertyType()
MetaDataPropertyType
DocumentRootImpl. 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 NotificationChain
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 MetaDataPropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-