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.wfsMethods in net.opengis.wfs that return PropertyType Modifier and Type Method Description PropertyTypeWfsFactory. createPropertyType()Returns a new object of class 'Property Type'.PropertyTypeDocumentRoot. getProperty()Returns the value of the 'Property' containment reference.Methods in net.opengis.wfs with parameters of type PropertyType Modifier and Type Method Description voidDocumentRoot. setProperty(PropertyType value)Sets the value of the 'Property' containment reference.
- 
Uses of PropertyType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement PropertyType Modifier and Type Class Description classPropertyTypeImplAn implementation of the model object 'Property Type'.Methods in net.opengis.wfs.impl that return PropertyType Modifier and Type Method Description PropertyTypeWfsFactoryImpl. createPropertyType()PropertyTypeDocumentRootImpl. getProperty()Methods in net.opengis.wfs.impl with parameters of type PropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetProperty(PropertyType newProperty, NotificationChain msgs)voidDocumentRootImpl. setProperty(PropertyType newProperty)
- 
Uses of PropertyType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type PropertyType Modifier and Type Method Description booleanDocumentRootValidator. validateProperty(PropertyType value)
 
-