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.EObjectA representation of the model object 'Language Settings'.The following features are supported:
- See Also:
MoxelPackage.getLanguageSettings()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCurrentLanguage()Returns the value of the 'Current Language' attribute.StringgetDefaultLanguage()Returns the value of the 'Default Language' attribute.org.eclipse.emf.common.util.EList<LanguageInfo>getLanguages()Returns the value of the 'Languages' containment reference list.voidsetCurrentLanguage(String value)Sets the value of the 'Current Language' attribute.voidsetDefaultLanguage(String value)Sets the value of the 'Default Language' attribute.
-
-
-
Method Detail
-
getCurrentLanguage
String getCurrentLanguage()
Returns the value of the 'Current Language' attribute.- Returns:
- the value of the 'Current Language' attribute.
- See Also:
setCurrentLanguage(String),MoxelPackage.getLanguageSettings_CurrentLanguage()
-
setCurrentLanguage
void setCurrentLanguage(String value)
Sets the value of the 'Current Language' attribute.- Parameters:
value- the new value of the 'Current Language' attribute.- See Also:
getCurrentLanguage()
-
getDefaultLanguage
String getDefaultLanguage()
Returns the value of the 'Default Language' attribute.- Returns:
- the value of the 'Default Language' attribute.
- See Also:
setDefaultLanguage(String),MoxelPackage.getLanguageSettings_DefaultLanguage()
-
setDefaultLanguage
void setDefaultLanguage(String value)
Sets the value of the 'Default Language' attribute.- Parameters:
value- the new value of the 'Default Language' attribute.- See Also:
getDefaultLanguage()
-
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:
MoxelPackage.getLanguageSettings_Languages()
-
-