Uses of Interface
net.opengis.wfs.PropertyType
-
Packages that use PropertyType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of PropertyType in net.opengis.wfs
Methods in net.opengis.wfs that return PropertyType Modifier and Type Method Description PropertyType
WfsFactory. createPropertyType()
Returns a new object of class 'Property Type'.PropertyType
DocumentRoot. getProperty()
Returns the value of the 'Property' containment reference.Methods in net.opengis.wfs with parameters of type PropertyType Modifier and Type Method Description void
DocumentRoot. setProperty(PropertyType value)
Sets the value of the 'Property
' containment reference. -
Uses of PropertyType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement PropertyType Modifier and Type Class Description class
PropertyTypeImpl
An implementation of the model object 'Property Type'.Methods in net.opengis.wfs.impl that return PropertyType Modifier and Type Method Description PropertyType
WfsFactoryImpl. createPropertyType()
PropertyType
DocumentRootImpl. getProperty()
Methods in net.opengis.wfs.impl with parameters of type PropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetProperty(PropertyType newProperty, NotificationChain msgs)
void
DocumentRootImpl. setProperty(PropertyType newProperty)
-
Uses of PropertyType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type PropertyType Modifier and Type Method Description boolean
DocumentRootValidator. validateProperty(PropertyType value)
-