Interface V8TranslatedProject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
V8TranslatedExtensionProject,V8TranslatedExternalObjectProject
- All Known Implementing Classes:
V8TranslatedExtensionProjectImpl,V8TranslatedExternalObjectProjectImpl,V8TranslatedProjectImpl
public interface V8TranslatedProject
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'V8 Translated Project'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default Language Name' attribute.org.eclipse.emf.common.util.EList<String>Returns the value of the 'Interface Language Names' attribute list.getName()Returns the value of the 'Name' attribute.Returns the value of the 'Script Variant' attribute.booleanReturns whether the value of the 'Script Variant' attribute is set.voidsetDefaultLanguageName(String value) Sets the value of the 'Default Language Name' attribute.voidSets the value of the 'Name' attribute.voidsetScriptVariant(ScriptVariant value) Sets the value of the 'Script Variant' attribute.voidUnsets the value of the 'Script Variant' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getDefaultLanguageName
String getDefaultLanguageName()Returns the value of the 'Default Language Name' attribute.- Returns:
- the value of the 'Default Language Name' attribute.
- See Also:
-
setDefaultLanguageName
Sets the value of the 'Default Language Name' attribute.- Parameters:
value- the new value of the 'Default Language Name' attribute.- See Also:
-
getInterfaceLanguageNames
org.eclipse.emf.common.util.EList<String> getInterfaceLanguageNames()Returns the value of the 'Interface Language Names' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Interface Language Names' attribute list.
- See Also:
-
getScriptVariant
ScriptVariant getScriptVariant()Returns the value of the 'Script Variant' attribute. The literals are from the enumerationScriptVariant.- Returns:
- the value of the 'Script Variant' attribute.
- See Also:
-
setScriptVariant
Sets the value of the 'Script Variant' attribute.- Parameters:
value- the new value of the 'Script Variant' attribute.- See Also:
-
unsetScriptVariant
void unsetScriptVariant()Unsets the value of the 'Script Variant' attribute. -
isSetScriptVariant
boolean isSetScriptVariant()Returns whether the value of the 'Script Variant' attribute is set.- Returns:
- whether the value of the 'Script Variant' attribute is set.
- See Also:
-