Package com.e1c.langtool.emf.collector
Interface EFeatureValue
- All Superinterfaces:
ContextTranslationKey,FeatureValue,Serializable,TranslationKey
- All Known Implementing Classes:
EmfFeatureValue,V8FeatureValue
Deprecated.
The interface of objects that are
FeatureValue containing in Resource resource.
Implementors must be Serializable and are responsible for deserializing URI.-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.URIDeprecated.Gets the resource uri.Methods inherited from interface com.e1c.langtool.collector.FeatureValue
getComment, getContextKey, getFeatureKey, getFeatureSettings, getFullPath, getLocalStrings, getResourceId, getSourceProject, getValue, isComputedValue, isTag, isUnknown
-
Method Details
-
getResourceUri
org.eclipse.emf.common.util.URI getResourceUri()Deprecated.Gets the resource uri.- Returns:
- the resource URI
-