Package com._1c.g5.v8.dt.moxel
Interface LanguageSettings
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LanguageSettingsImpl
public interface LanguageSettings
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Language Settings'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Current Language' attribute.Returns the value of the 'Default Language' attribute.org.eclipse.emf.common.util.EList<LanguageInfo>Returns the value of the 'Languages' containment reference list.booleanReturns the value of the 'Alias Set' attribute.voidsetAliasSet(boolean value) Sets the value of the 'Alias Set' attribute.voidsetCurrentLanguage(String value) Sets the value of the 'Current Language' attribute.voidsetDefaultLanguage(String value) Sets the value of the 'Default Language' 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
-
getCurrentLanguage
String getCurrentLanguage()Returns the value of the 'Current Language' attribute.- Returns:
- the value of the 'Current Language' attribute.
- See Also:
-
setCurrentLanguage
Sets the value of the 'Current Language' attribute.- Parameters:
value- the new value of the 'Current Language' attribute.- See Also:
-
getDefaultLanguage
String getDefaultLanguage()Returns the value of the 'Default Language' attribute.- Returns:
- the value of the 'Default Language' attribute.
- See Also:
-
setDefaultLanguage
Sets the value of the 'Default Language' attribute.- Parameters:
value- the new value of the 'Default Language' attribute.- See Also:
-
getLanguages
org.eclipse.emf.common.util.EList<LanguageInfo> getLanguages()Returns the value of the 'Languages' containment reference list. The list contents are of typeLanguageInfo.- Returns:
- the value of the 'Languages' containment reference list.
- See Also:
-
isAliasSet
boolean isAliasSet()Returns the value of the 'Alias Set' attribute. The default value is"true".- Returns:
- the value of the 'Alias Set' attribute.
- See Also:
-
setAliasSet
void setAliasSet(boolean value) Sets the value of the 'Alias Set' attribute.- Parameters:
value- the new value of the 'Alias Set' attribute.- See Also:
-