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

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

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

origin: at.bestsolution.efxclipse.eclipse/org.eclipse.emf.ecore

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void eUnset(int featureID)
{
 switch (featureID)
 {
  case EcorePackage.ENAMED_ELEMENT__EANNOTATIONS:
   getEAnnotations().clear();
   return;
  case EcorePackage.ENAMED_ELEMENT__NAME:
   setName(NAME_EDEFAULT);
   return;
 }
 eDynamicUnset(featureID);
}
origin: org.eclipse.emf/org.eclipse.emf.ecore

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void eUnset(int featureID)
{
 switch (featureID)
 {
  case EcorePackage.ENAMED_ELEMENT__EANNOTATIONS:
   getEAnnotations().clear();
   return;
  case EcorePackage.ENAMED_ELEMENT__NAME:
   setName(NAME_EDEFAULT);
   return;
 }
 eDynamicUnset(featureID);
}
org.eclipse.emf.ecore.implENamedElementImpleDynamicUnset

Popular methods of ENamedElementImpl

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (ScheduledExecutorService)
  • addToBackStack (FragmentTransaction)
  • setRequestProperty (URLConnection)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • JFrame (javax.swing)
  • Top plugins for Android Studio
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