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

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

Best Java code snippets using net.opengis.wfs.impl.BaseRequestTypeImpl.unsetService (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.implBaseRequestTypeImplunsetService

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,
  • unsetVersion,
  • check_orphaned,
  • eInverseRemove,
  • eIsProxy

Popular in Java

  • Updating database using SQL prepared statement
  • getApplicationContext (Context)
  • scheduleAtFixedRate (Timer)
  • getExternalFilesDir (Context)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • 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