Uses of Interface
net.opengis.wfs20.NativeType
- 
Packages that use NativeType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of NativeType in net.opengis.wfs20Methods in net.opengis.wfs20 that return NativeType Modifier and Type Method Description NativeTypeWfs20Factory. createNativeType()Returns a new object of class 'Native Type'.NativeTypeDocumentRoot. getNative()Returns the value of the 'Native' containment reference.Methods in net.opengis.wfs20 with parameters of type NativeType Modifier and Type Method Description voidDocumentRoot. setNative(NativeType value)Sets the value of the 'Native' containment reference.
- 
Uses of NativeType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement NativeType Modifier and Type Class Description classNativeTypeImplAn implementation of the model object 'Native Type'.Methods in net.opengis.wfs20.impl that return NativeType Modifier and Type Method Description NativeTypeWfs20FactoryImpl. createNativeType()NativeTypeDocumentRootImpl. getNative()Methods in net.opengis.wfs20.impl with parameters of type NativeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetNative(NativeType newNative, NotificationChain msgs)voidDocumentRootImpl. setNative(NativeType newNative)
- 
Uses of NativeType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type NativeType Modifier and Type Method Description TWfs20Switch. caseNativeType(NativeType object)Returns the result of interpreting the object as an instance of 'Native Type'.booleanWfs20Validator. validateNativeType(NativeType nativeType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of NativeType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type NativeType Modifier and Type Method Description booleanDocumentRootValidator. validateNative(NativeType value)
 
-