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.wfs20
Methods in net.opengis.wfs20 that return PropertyType Modifier and Type Method Description PropertyType
Wfs20Factory. createPropertyType()
Returns a new object of class 'Property Type'.PropertyType
DocumentRoot. 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 void
DocumentRoot. setProperty(PropertyType value)
Sets the value of the 'Property
' containment reference. -
Uses of PropertyType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement PropertyType Modifier and Type Class Description class
PropertyTypeImpl
An 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. property
The cached value of the 'Property
' containment reference list.Methods in net.opengis.wfs20.impl that return PropertyType Modifier and Type Method Description PropertyType
Wfs20FactoryImpl. createPropertyType()
PropertyType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetProperty(PropertyType newProperty, NotificationChain msgs)
void
DocumentRootImpl. setProperty(PropertyType newProperty)
-
Uses of PropertyType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type PropertyType Modifier and Type Method Description T
Wfs20Switch. casePropertyType(PropertyType object)
Returns the result of interpreting the object as an instance of 'Property Type'.boolean
Wfs20Validator. validatePropertyType(PropertyType propertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of PropertyType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type PropertyType Modifier and Type Method Description boolean
DocumentRootValidator. validateProperty(PropertyType value)
Method parameters in net.opengis.wfs20.validation with type arguments of type PropertyType Modifier and Type Method Description boolean
UpdateTypeValidator. validateProperty(EList<PropertyType> value)
-