Uses of Interface
net.opengis.fes20.PropertyIsNullType
-
Packages that use PropertyIsNullType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of PropertyIsNullType in net.opengis.fes20
Methods in net.opengis.fes20 that return PropertyIsNullType Modifier and Type Method Description PropertyIsNullType
Fes20Factory. createPropertyIsNullType()
Returns a new object of class 'Property Is Null Type'.PropertyIsNullType
DocumentRoot. getPropertyIsNull()
Returns the value of the 'Property Is Null' containment reference.Methods in net.opengis.fes20 with parameters of type PropertyIsNullType Modifier and Type Method Description void
DocumentRoot. setPropertyIsNull(PropertyIsNullType value)
Sets the value of the 'Property Is Null
' containment reference. -
Uses of PropertyIsNullType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement PropertyIsNullType Modifier and Type Class Description class
PropertyIsNullTypeImpl
An implementation of the model object 'Property Is Null Type'.Methods in net.opengis.fes20.impl that return PropertyIsNullType Modifier and Type Method Description PropertyIsNullType
Fes20FactoryImpl. createPropertyIsNullType()
PropertyIsNullType
DocumentRootImpl. getPropertyIsNull()
Methods in net.opengis.fes20.impl with parameters of type PropertyIsNullType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPropertyIsNull(PropertyIsNullType newPropertyIsNull, NotificationChain msgs)
void
DocumentRootImpl. setPropertyIsNull(PropertyIsNullType newPropertyIsNull)
-
Uses of PropertyIsNullType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type PropertyIsNullType Modifier and Type Method Description T
Fes20Switch. casePropertyIsNullType(PropertyIsNullType object)
Returns the result of interpreting the object as an instance of 'Property Is Null Type'.boolean
Fes20Validator. validatePropertyIsNullType(PropertyIsNullType propertyIsNullType, DiagnosticChain diagnostics, Map<Object,Object> context)
-