Package org.emftext.language.java.util
Class TemporalFullNameHolder
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.emftext.language.java.util.TemporalFullNameHolder
-
- All Implemented Interfaces:
Adapter,Adapter.Internal
public class TemporalFullNameHolder extends AdapterImpl
This adapter is used during reference resolving to cache the full qualified name of aConcreteClassifierthat is determined based on the classpath during reference resolving.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFullName(ConcreteClassifier concreteClassifier)static voidsetFullName(ConcreteClassifier concreteClassifier, String fullName)-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, isAdapterForType, notifyChanged, setTarget, unsetTarget
-
-
-
-
Method Detail
-
getFullName
public static String getFullName(ConcreteClassifier concreteClassifier)
-
setFullName
public static void setFullName(ConcreteClassifier concreteClassifier, String fullName)
-
-