Uses of Interface
net.opengis.wfs.NativeType
- 
Packages that use NativeType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of NativeType in net.opengis.wfsMethods in net.opengis.wfs that return NativeType Modifier and Type Method Description NativeTypeWfsFactory. createNativeType()Returns a new object of class 'Native Type'.NativeTypeDocumentRoot. getNative()Returns the value of the 'Native' containment reference.Methods in net.opengis.wfs 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.wfs.implClasses in net.opengis.wfs.impl that implement NativeType Modifier and Type Class Description classNativeTypeImplAn implementation of the model object 'Native Type'.Methods in net.opengis.wfs.impl that return NativeType Modifier and Type Method Description NativeTypeWfsFactoryImpl. createNativeType()NativeTypeDocumentRootImpl. getNative()Methods in net.opengis.wfs.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.wfs.validationMethods in net.opengis.wfs.validation with parameters of type NativeType Modifier and Type Method Description booleanDocumentRootValidator. validateNative(NativeType value)
 
-