Tabnine Logo
ENamedElementImpl.eUnset
Code IndexAdd Tabnine to your IDE (free)

How to use
eUnset
method
in
org.eclipse.emf.ecore.impl.ENamedElementImpl

Best Java code snippets using org.eclipse.emf.ecore.impl.ENamedElementImpl.eUnset (Showing top 3 results out of 315)

origin: org.eclipse.ocl/ecore

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void eUnset(int featureID) {
  switch (featureID) {
    case EcorePackage.CONSTRAINT__SPECIFICATION :
      setSpecification((ExpressionInOCL<EClassifier, EParameter>) null);
      return;
    case EcorePackage.CONSTRAINT__CONSTRAINED_ELEMENTS :
      getConstrainedElements().clear();
      return;
    case EcorePackage.CONSTRAINT__STEREOTYPE :
      setStereotype(STEREOTYPE_EDEFAULT);
      return;
  }
  super.eUnset(featureID);
}
origin: org.eclipse/org.eclipse.datatools.modelbase.sql

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void eUnset(int featureID) {
  switch (featureID) {
    case SQLSchemaPackage.SQL_OBJECT__DEPENDENCIES:
      getDependencies().clear();
      return;
    case SQLSchemaPackage.SQL_OBJECT__DESCRIPTION:
      setDescription(DESCRIPTION_EDEFAULT);
      return;
    case SQLSchemaPackage.SQL_OBJECT__LABEL:
      setLabel(LABEL_EDEFAULT);
      return;
    case SQLSchemaPackage.SQL_OBJECT__COMMENTS:
      getComments().clear();
      return;
    case SQLSchemaPackage.SQL_OBJECT__PRIVILEGES:
      getPrivileges().clear();
      return;
  }
  super.eUnset(featureID);
}
origin: de.dfki.cos.basys.platform.model/de.dfki.cos.basys.platform.model.service

    return;
super.eUnset(featureID);
org.eclipse.emf.ecore.implENamedElementImpleUnset

Javadoc

Popular methods of ENamedElementImpl

  • setName
  • toString
  • eGet
  • eInverseRemove
  • eIsSet
  • eSet
  • eBasicSetContainer
  • eClass
  • eDynamicGet
  • eDynamicIsSet
  • eDynamicSet
  • eDynamicUnset
  • eDynamicSet,
  • eDynamicUnset,
  • eIsProxy,
  • eNotificationRequired,
  • eNotify,
  • eObjectForURIFragmentSegment,
  • eSetProxyURI,
  • freeze,
  • getEAnnotations

Popular in Java

  • Finding current android device location
  • onCreateOptionsMenu (Activity)
  • setContentView (Activity)
  • onRequestPermissionsResult (Fragment)
  • Kernel (java.awt.image)
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top 12 Jupyter Notebook extensions
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