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

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

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

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

@Override
public void eSetProxyURI(URI uri)
{
 // If we turn the package into a proxy, ensure that the child classifiers clear their cached container.
 //
 if (uri != null && eClassifiers != null)
 {
  for (Object eClassifier : eClassifiers)
  {
   if (eClassifier instanceof EClassifierImpl)
   {
    ((EClassifierImpl)eClassifier).ePackage = null;
   }
  }
 }
 super.eSetProxyURI(uri);
}
origin: org.eclipse.emf/org.eclipse.emf.ecore

@Override
public void eSetProxyURI(URI uri)
{
 // If we turn the package into a proxy, ensure that the child classifiers clear their cached container.
 //
 if (uri != null && eClassifiers != null)
 {
  for (Object eClassifier : eClassifiers)
  {
   if (eClassifier instanceof EClassifierImpl)
   {
    ((EClassifierImpl)eClassifier).ePackage = null;
   }
  }
 }
 super.eSetProxyURI(uri);
}
org.eclipse.emf.ecore.implENamedElementImpleSetProxyURI

Popular methods of ENamedElementImpl

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

Popular in Java

  • Creating JSON documents from java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • notifyDataSetChanged (ArrayAdapter)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • Github Copilot alternatives
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