Uses of Interface
net.opengis.wfs20.PropertyNameType
- 
Packages that use PropertyNameType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of PropertyNameType in net.opengis.wfs20Methods in net.opengis.wfs20 that return PropertyNameType Modifier and Type Method Description PropertyNameTypeWfs20Factory. createPropertyNameType()Returns a new object of class 'Property Name Type'.PropertyNameTypeDocumentRoot. getPropertyName()Returns the value of the 'Property Name' containment reference.Methods in net.opengis.wfs20 with parameters of type PropertyNameType Modifier and Type Method Description voidDocumentRoot. setPropertyName(PropertyNameType value)Sets the value of the 'Property Name' containment reference.
- 
Uses of PropertyNameType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement PropertyNameType Modifier and Type Class Description classPropertyNameTypeImplAn implementation of the model object 'Property Name Type'.Methods in net.opengis.wfs20.impl that return PropertyNameType Modifier and Type Method Description PropertyNameTypeWfs20FactoryImpl. createPropertyNameType()PropertyNameTypeDocumentRootImpl. getPropertyName()Methods in net.opengis.wfs20.impl with parameters of type PropertyNameType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPropertyName(PropertyNameType newPropertyName, NotificationChain msgs)voidDocumentRootImpl. setPropertyName(PropertyNameType newPropertyName)
- 
Uses of PropertyNameType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type PropertyNameType Modifier and Type Method Description TWfs20Switch. casePropertyNameType(PropertyNameType object)Returns the result of interpreting the object as an instance of 'Property Name Type'.booleanWfs20Validator. validatePropertyNameType(PropertyNameType propertyNameType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of PropertyNameType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type PropertyNameType Modifier and Type Method Description booleanDocumentRootValidator. validatePropertyName(PropertyNameType value)
 
-