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.fes20Methods in net.opengis.fes20 that return PropertyIsNilType Modifier and Type Method Description PropertyIsNilTypeFes20Factory. createPropertyIsNilType()Returns a new object of class 'Property Is Nil Type'.PropertyIsNilTypeDocumentRoot. 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 voidDocumentRoot. setPropertyIsNil(PropertyIsNilType value)Sets the value of the 'Property Is Nil' containment reference.
- 
Uses of PropertyIsNilType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement PropertyIsNilType Modifier and Type Class Description classPropertyIsNilTypeImplAn implementation of the model object 'Property Is Nil Type'.Methods in net.opengis.fes20.impl that return PropertyIsNilType Modifier and Type Method Description PropertyIsNilTypeFes20FactoryImpl. createPropertyIsNilType()PropertyIsNilTypeDocumentRootImpl. getPropertyIsNil()Methods in net.opengis.fes20.impl with parameters of type PropertyIsNilType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPropertyIsNil(PropertyIsNilType newPropertyIsNil, NotificationChain msgs)voidDocumentRootImpl. setPropertyIsNil(PropertyIsNilType newPropertyIsNil)
- 
Uses of PropertyIsNilType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type PropertyIsNilType Modifier and Type Method Description TFes20Switch. casePropertyIsNilType(PropertyIsNilType object)Returns the result of interpreting the object as an instance of 'Property Is Nil Type'.booleanFes20Validator. validatePropertyIsNilType(PropertyIsNilType propertyIsNilType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-