Uses of Interface
net.opengis.wfs20.PropertyType
- 
Packages that use PropertyType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of PropertyType in net.opengis.wfs20Methods in net.opengis.wfs20 that return PropertyType Modifier and Type Method Description PropertyTypeWfs20Factory. createPropertyType()Returns a new object of class 'Property Type'.PropertyTypeDocumentRoot. getProperty()Returns the value of the 'Property' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type PropertyType Modifier and Type Method Description EList<PropertyType>UpdateType. getProperty()Returns the value of the 'Property' containment reference list.Methods in net.opengis.wfs20 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.wfs20.implClasses in net.opengis.wfs20.impl that implement PropertyType Modifier and Type Class Description classPropertyTypeImplAn implementation of the model object 'Property Type'.Fields in net.opengis.wfs20.impl with type parameters of type PropertyType Modifier and Type Field Description protected EList<PropertyType>UpdateTypeImpl. propertyThe cached value of the 'Property' containment reference list.Methods in net.opengis.wfs20.impl that return PropertyType Modifier and Type Method Description PropertyTypeWfs20FactoryImpl. createPropertyType()PropertyTypeDocumentRootImpl. getProperty()Methods in net.opengis.wfs20.impl that return types with arguments of type PropertyType Modifier and Type Method Description EList<PropertyType>UpdateTypeImpl. getProperty()Methods in net.opengis.wfs20.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.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type PropertyType Modifier and Type Method Description TWfs20Switch. casePropertyType(PropertyType object)Returns the result of interpreting the object as an instance of 'Property Type'.booleanWfs20Validator. validatePropertyType(PropertyType propertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of PropertyType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type PropertyType Modifier and Type Method Description booleanDocumentRootValidator. validateProperty(PropertyType value)Method parameters in net.opengis.wfs20.validation with type arguments of type PropertyType Modifier and Type Method Description booleanUpdateTypeValidator. validateProperty(EList<PropertyType> value)
 
-