Uses of Interface
net.opengis.fes20.PropertyIsNilType
Packages that use PropertyIsNilType
-
Uses of PropertyIsNilType in net.opengis.fes20
Methods in net.opengis.fes20 that return PropertyIsNilTypeModifier and TypeMethodDescriptionFes20Factory.createPropertyIsNilType()
Returns a new object of class 'Property Is Nil Type'.DocumentRoot.getPropertyIsNil()
Returns the value of the 'Property Is Nil' containment reference.Methods in net.opengis.fes20 with parameters of type PropertyIsNilTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setPropertyIsNil
(PropertyIsNilType value) Sets the value of the 'Property Is Nil
' containment reference. -
Uses of PropertyIsNilType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement PropertyIsNilTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Property Is Nil Type'.Methods in net.opengis.fes20.impl that return PropertyIsNilTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createPropertyIsNilType()
DocumentRootImpl.getPropertyIsNil()
Methods in net.opengis.fes20.impl with parameters of type PropertyIsNilTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPropertyIsNil
(PropertyIsNilType newPropertyIsNil, NotificationChain msgs) void
DocumentRootImpl.setPropertyIsNil
(PropertyIsNilType newPropertyIsNil) -
Uses of PropertyIsNilType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type PropertyIsNilTypeModifier and TypeMethodDescriptionFes20Switch.casePropertyIsNilType
(PropertyIsNilType object) Returns the result of interpreting the object as an instance of 'Property Is Nil Type'.boolean
Fes20Validator.validatePropertyIsNilType
(PropertyIsNilType propertyIsNilType, DiagnosticChain diagnostics, Map<Object, Object> context)