Uses of Interface
net.opengis.fes20.PropertyIsNilType
-
Packages that use PropertyIsNilType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of PropertyIsNilType in net.opengis.fes20
Methods in net.opengis.fes20 that return PropertyIsNilType Modifier and Type Method Description PropertyIsNilType
Fes20Factory. createPropertyIsNilType()
Returns a new object of class 'Property Is Nil Type'.PropertyIsNilType
DocumentRoot. getPropertyIsNil()
Returns the value of the 'Property Is Nil' containment reference.Methods in net.opengis.fes20 with parameters of type PropertyIsNilType Modifier and Type Method Description void
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 PropertyIsNilType Modifier and Type Class Description class
PropertyIsNilTypeImpl
An implementation of the model object 'Property Is Nil Type'.Methods in net.opengis.fes20.impl that return PropertyIsNilType Modifier and Type Method Description PropertyIsNilType
Fes20FactoryImpl. createPropertyIsNilType()
PropertyIsNilType
DocumentRootImpl. getPropertyIsNil()
Methods in net.opengis.fes20.impl with parameters of type PropertyIsNilType Modifier and Type Method Description NotificationChain
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 PropertyIsNilType Modifier and Type Method Description T
Fes20Switch. 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)
-