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.wfs20
Methods in net.opengis.wfs20 that return PropertyNameType Modifier and Type Method Description PropertyNameType
Wfs20Factory. createPropertyNameType()
Returns a new object of class 'Property Name Type'.PropertyNameType
DocumentRoot. 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 void
DocumentRoot. setPropertyName(PropertyNameType value)
Sets the value of the 'Property Name
' containment reference. -
Uses of PropertyNameType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement PropertyNameType Modifier and Type Class Description class
PropertyNameTypeImpl
An implementation of the model object 'Property Name Type'.Methods in net.opengis.wfs20.impl that return PropertyNameType Modifier and Type Method Description PropertyNameType
Wfs20FactoryImpl. createPropertyNameType()
PropertyNameType
DocumentRootImpl. getPropertyName()
Methods in net.opengis.wfs20.impl with parameters of type PropertyNameType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPropertyName(PropertyNameType newPropertyName, NotificationChain msgs)
void
DocumentRootImpl. setPropertyName(PropertyNameType newPropertyName)
-
Uses of PropertyNameType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type PropertyNameType Modifier and Type Method Description T
Wfs20Switch. casePropertyNameType(PropertyNameType object)
Returns the result of interpreting the object as an instance of 'Property Name Type'.boolean
Wfs20Validator. validatePropertyNameType(PropertyNameType propertyNameType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of PropertyNameType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type PropertyNameType Modifier and Type Method Description boolean
DocumentRootValidator. validatePropertyName(PropertyNameType value)
-