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 PropertyIsNullTypeFes20Factory. createPropertyIsNullType()Returns a new object of class 'Property Is Null Type'.PropertyIsNullTypeDocumentRoot. 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 voidDocumentRoot. 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 classPropertyIsNullTypeImplAn implementation of the model object 'Property Is Null Type'.Methods in net.opengis.fes20.impl that return PropertyIsNullType Modifier and Type Method Description PropertyIsNullTypeFes20FactoryImpl. createPropertyIsNullType()PropertyIsNullTypeDocumentRootImpl. getPropertyIsNull()Methods in net.opengis.fes20.impl with parameters of type PropertyIsNullType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPropertyIsNull(PropertyIsNullType newPropertyIsNull, NotificationChain msgs)voidDocumentRootImpl. 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 TFes20Switch. casePropertyIsNullType(PropertyIsNullType object)Returns the result of interpreting the object as an instance of 'Property Is Null Type'.booleanFes20Validator. validatePropertyIsNullType(PropertyIsNullType propertyIsNullType, DiagnosticChain diagnostics, Map<Object,Object> context)
-