Tabnine Logo
BaseRequestTypeImpl.unsetVersion
Code IndexAdd Tabnine to your IDE (free)

How to use
unsetVersion
method
in
net.opengis.wfs.impl.BaseRequestTypeImpl

Best Java code snippets using net.opengis.wfs.impl.BaseRequestTypeImpl.unsetVersion (Showing top 2 results out of 315)

origin: geotools/geotools

 /**
 * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
 * @generated
 */
 public void eUnset(int featureID) {
 switch (featureID) {
  case WfsPackage.BASE_REQUEST_TYPE__HANDLE:
   setHandle(HANDLE_EDEFAULT);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__SERVICE:
   unsetService();
   return;
  case WfsPackage.BASE_REQUEST_TYPE__VERSION:
   unsetVersion();
   return;
  case WfsPackage.BASE_REQUEST_TYPE__BASE_URL:
   setBaseUrl(BASE_URL_EDEFAULT);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__PROVIDED_VERSION:
   setProvidedVersion(PROVIDED_VERSION_EDEFAULT);
   return;
  case WfsPackage.BASE_REQUEST_TYPE__EXTENDED_PROPERTIES:
   setExtendedProperties(EXTENDED_PROPERTIES_EDEFAULT);
   return;
 }
 super.eUnset(featureID);
}
origin: org.geoserver/net.opengis.wfs

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void eUnset(int featureID) {
  switch (featureID) {
    case WfsPackage.BASE_REQUEST_TYPE__HANDLE:
      setHandle(HANDLE_EDEFAULT);
      return;
    case WfsPackage.BASE_REQUEST_TYPE__SERVICE:
      unsetService();
      return;
    case WfsPackage.BASE_REQUEST_TYPE__VERSION:
      unsetVersion();
      return;
    case WfsPackage.BASE_REQUEST_TYPE__BASE_URL:
      setBaseUrl(BASE_URL_EDEFAULT);
      return;
  }
  super.eUnset(featureID);
}
net.opengis.wfs.implBaseRequestTypeImplunsetVersion

Javadoc

Popular methods of BaseRequestTypeImpl

  • eGet
  • eIsSet
  • eSet
  • eUnset
  • toString
  • getBaseUrl
  • getHandle
    Gets the "handle" attribute
  • getService
    Gets the "service" attribute
  • getVersion
    Gets the "version" attribute
  • isSetService
    True if has "service" attribute
  • isSetVersion
    True if has "version" attribute
  • setBaseUrl
  • isSetVersion,
  • setBaseUrl,
  • setHandle,
  • setService,
  • setVersion,
  • unsetService,
  • check_orphaned,
  • eInverseRemove,
  • eIsProxy

Popular in Java

  • Updating database using SQL prepared statement
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Table (org.hibernate.mapping)
    A relational table
  • Runner (org.openjdk.jmh.runner)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now