Uses of Interface
com.e1c.langtool.settings.FeatureSettings
Packages that use FeatureSettings
Package
Description
-
Uses of FeatureSettings in com.e1c.langtool
Methods in com.e1c.langtool that return FeatureSettingsModifier and TypeMethodDescriptionContextTranslationKeyImpl.getFeatureSettings()DictionaryTranslationKey.getFeatureSettings()TranslationKey.getFeatureSettings()Gets the feature settings.Methods in com.e1c.langtool with parameters of type FeatureSettingsModifier and TypeMethodDescriptionstatic booleanTranslationUtils.isValidFeatureForLanguage(FeatureSettings featureSettings, TranslateLanguage language) Checks if the feature described withFeatureSettingsis valid for the language.Constructors in com.e1c.langtool with parameters of type FeatureSettingsModifierConstructorDescriptionContextTranslationKeyImpl(String fullPath, FeatureKey featureKey, FeatureSettings featureSettings, String value) Instantiates a new context translation key.ContextTranslationKeyImpl(org.eclipse.core.resources.IFile file, FeatureKey featureKey, FeatureSettings featureSettings, String value) Instantiates a new context translation key.ContextTranslationKeyImpl(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath resourceId, FeatureKey featureKey, FeatureSettings featureSettings, String value) Instantiates a new context translation key.DictionaryTranslationKey(FeatureSettings featureSettings, String value) -
Uses of FeatureSettings in com.e1c.langtool.collector
Methods in com.e1c.langtool.collector that return FeatureSettingsModifier and TypeMethodDescriptionCollectingServiceRegistry.getFeatureSettings(String id) default FeatureSettingsFeatureValue.getFeatureSettings()Deprecated.Methods in com.e1c.langtool.collector with parameters of type FeatureSettingsModifier and TypeMethodDescriptionCollectingServiceRegistry.getFeatureSettingsId(FeatureSettings settings) Constructors in com.e1c.langtool.collector with parameters of type FeatureSettingsModifierConstructorDescriptionPersistableFeatureValue(String fullPath, FeatureKey featureKey, FeatureSettings settings, String featureValue, boolean computedValue) Instantiates a new persistable feature value.PersistableFeatureValue(org.eclipse.core.resources.IFile file, FeatureKey featureKey, FeatureSettings settings, String value, boolean computedValue) Instantiates a new persistable feature value.PersistableFeatureValue(org.eclipse.core.resources.IFile file, FeatureKey featureKey, FeatureSettings settings, String value, boolean computedValue, boolean unknownValue, boolean tagValue) Instantiates a new persistable feature value. -
Uses of FeatureSettings in com.e1c.langtool.emf.collector
Methods in com.e1c.langtool.emf.collector that return FeatureSettingsModifier and TypeMethodDescriptionEmfFeatureValue.getFeatureSettings()Gets the feature settings. -
Uses of FeatureSettings in com.e1c.langtool.emf.naming
Methods in com.e1c.langtool.emf.naming with parameters of type FeatureSettingsModifier and TypeMethodDescriptionITranslationFeatureKeyProvider.getConvertedFeatureKey(org.eclipse.emf.ecore.EObject object, FeatureSettings featureSettings, String translation, ITranslateProject project) Gets the converted feature key for the specifiedEObject.ITranslationFeatureKeyProvider.getFeatureKey(org.eclipse.emf.ecore.EObject object, FeatureSettings featureSettings) Gets the feature key for translating object -
Uses of FeatureSettings in com.e1c.langtool.emf.settings
Subinterfaces of FeatureSettings in com.e1c.langtool.emf.settingsClasses in com.e1c.langtool.emf.settings that implement FeatureSettings -
Uses of FeatureSettings in com.e1c.langtool.internal.collector
Methods in com.e1c.langtool.internal.collector that return FeatureSettingsMethods in com.e1c.langtool.internal.collector with parameters of type FeatureSettingsModifier and TypeMethodDescriptionCollectingServiceRegistryImpl.getFeatureSettingsId(FeatureSettings settings) -
Uses of FeatureSettings in com.e1c.langtool.internal.emf.naming
Methods in com.e1c.langtool.internal.emf.naming with parameters of type FeatureSettingsModifier and TypeMethodDescriptionTranslationFeatureKeyProvider.getConvertedFeatureKey(org.eclipse.emf.ecore.EObject object, FeatureSettings featureSettings, String translation, ITranslateProject project) TranslationFeatureKeyProvider.getFeatureKey(org.eclipse.emf.ecore.EObject object, FeatureSettings featureSettings) -
Uses of FeatureSettings in com.e1c.langtool.internal.settings
Methods in com.e1c.langtool.internal.settings with parameters of type FeatureSettingsModifier and TypeMethodDescription@NonNull FeatureValueValidatorValidatorRegistryImpl.getValidator(@NonNull FeatureSettings settings) -
Uses of FeatureSettings in com.e1c.langtool.internal.storage
Methods in com.e1c.langtool.internal.storage with parameters of type FeatureSettingsModifier and TypeMethodDescriptionprotected Pair<ITranslatingProject,TranslateLanguage> AbstractStorageTranslationProvider.getTargetProjectAndLanguage(String projectName, String sourceLocale, String targetLocale, FeatureSettings settings) StorageValidatorContributor.getValidators(FeatureSettings settings) -
Uses of FeatureSettings in com.e1c.langtool.settings
Subinterfaces of FeatureSettings in com.e1c.langtool.settingsModifier and TypeInterfaceDescriptioninterfaceThe interface extension for feature settings that provides model value of the object.Classes in com.e1c.langtool.settings that implement FeatureSettingsMethods in com.e1c.langtool.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptionFeatureSettingsContributor.getFeatureSettings()Gets ordered feature settings list that can use globally.Methods in com.e1c.langtool.settings with parameters of type FeatureSettingsModifier and TypeMethodDescription@NonNull FeatureValueValidatorValidatorRegistry.getValidator(@NonNull FeatureSettings settings) Gets the validator.ValidatorContributor.getValidators(FeatureSettings settings) Gets the validators. -
Uses of FeatureSettings in com.e1c.langtool.storage.model
Methods in com.e1c.langtool.storage.model with parameters of type FeatureSettingsModifier and TypeMethodDescriptionstatic booleanStorageSettingsUtils.canStoreFeature(StorageSettings settings, FeatureSettings featureSettings) Can store feature.static booleanStorageSettingsUtils.canStoreFeature(Map<String, FeatureSettingsFilter> featureFilter, FeatureSettings featureSettings) Can store feature. -
Uses of FeatureSettings in com.e1c.langtool.testing
Methods in com.e1c.langtool.testing with parameters of type FeatureSettingsModifier and TypeMethodDescriptionstatic voidTestingUtil.assertFvEquals(FeatureValue fv, String key, String value, boolean isComputedValue, FeatureSettings FeatureSettings, String res, int localStringsSize) Assert thatFeatureValueis equals expected values of fields. -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.bp.scheme.settings
Methods in com.e1c.langtool.v8.dt.bp.scheme.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>SchemeFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.bsl.comment
Fields in com.e1c.langtool.v8.dt.bsl.comment declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsBslCommentFeatureSettings.Literals.COMMENT__TAGstatic final FeatureSettingsBslCommentFeatureSettings.Literals.COMMENT__TAG_NAMEstatic final FeatureSettingsBslCommentFeatureSettings.Literals.COMMENT__TAG_PARAMstatic final FeatureSettingsBslCommentFeatureSettings.Literals.DOC_COMMENT__DESCRIPTIONstatic final FeatureSettingsBslCommentFeatureSettings.Literals.FIELD_DEFINITION__NAMEMethods in com.e1c.langtool.v8.dt.bsl.comment that return FeatureSettingsModifier and TypeMethodDescriptionBslCommentFeatureSettings.getComment_Tag()BslCommentFeatureSettingsImpl.getComment_Tag()BslCommentFeatureSettings.getComment_TagName()BslCommentFeatureSettingsImpl.getComment_TagName()BslCommentFeatureSettings.getComment_TagParam()BslCommentFeatureSettingsImpl.getComment_TagParam()BslCommentFeatureSettings.getDocComment_Description()BslCommentFeatureSettingsImpl.getDocComment_Description()BslCommentFeatureSettings.getFieldDefinition_Name()BslCommentFeatureSettingsImpl.getFieldDefinition_Name()Methods in com.e1c.langtool.v8.dt.bsl.comment that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>BslCommentFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.bsl.settings
Fields in com.e1c.langtool.v8.dt.bsl.settings declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsBslFeatureSettings.Literals.STRING_LITERAL__KEYstatic final FeatureSettingsBslFeatureSettings.Literals.STRING_LITERAL__PARAMMethods in com.e1c.langtool.v8.dt.bsl.settings that return FeatureSettingsModifier and TypeMethodDescriptionBslFeatureSettings.getStingLiteral_Key()BslFeatureSettings.getStingLiteral_Param()Methods in com.e1c.langtool.v8.dt.bsl.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>BslFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.bsl.settings.impl
Methods in com.e1c.langtool.v8.dt.bsl.settings.impl that return FeatureSettingsModifier and TypeMethodDescriptionBslFeatureSettingsImpl.getStingLiteral_Key()BslFeatureSettingsImpl.getStingLiteral_Param()Methods in com.e1c.langtool.v8.dt.bsl.settings.impl with parameters of type FeatureSettingsModifier and TypeMethodDescriptionBslValidatorContributor.getValidators(FeatureSettings settings) -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.bsl.validation
Methods in com.e1c.langtool.v8.dt.bsl.validation with parameters of type FeatureSettingsModifier and TypeMethodDescriptionprotected voidVariableTranslationValidator.addNoTranslationMessage(org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, String value, FeatureKey key, FeatureSettings featureSettings, Collection<String> languages) protected org.eclipse.emf.ecore.EStructuralFeatureStringLiteralKeysTranslationValidator.getMessageFeature(FeatureSettings featureSettings) protected org.eclipse.emf.ecore.EStructuralFeatureStringLiteralValidator.getMessageFeature(FeatureSettings featureSettings) protected org.eclipse.emf.ecore.EStructuralFeatureStructureKeysTranslationValidator.getMessageFeature(FeatureSettings featureSettings) protected org.eclipse.emf.ecore.EStructuralFeatureTableKeysTranslationValidator.getMessageFeature(FeatureSettings featureSettings) -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.chart.settings
Methods in com.e1c.langtool.v8.dt.chart.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>ChartFeatureSettings.getFeatureSettings()default List<FeatureSettings>DendrogramFeatureSettings.getFeatureSettings()default List<FeatureSettings>GanttChartFeatureSettings.getFeatureSettings()default List<FeatureSettings>TimeScaleFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.check
Methods in com.e1c.langtool.v8.dt.check with parameters of type FeatureSettingsModifier and TypeMethodDescriptionprotected voidAbstractTranslationValidator.addNoTranslationMessage(org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, String value, FeatureKey key, FeatureSettings featureSettings, Collection<String> languages) Adds the message about empty translation for specific languages.protected org.eclipse.emf.ecore.EStructuralFeatureAbstractTranslationValidator.getMessageFeature(FeatureSettings featureSettings) -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.dcs.check
Methods in com.e1c.langtool.v8.dt.dcs.check with parameters of type FeatureSettingsModifier and TypeMethodDescriptionprotected voidPresentationTranslationCheck.addNoTranslationMessage(org.eclipse.emf.ecore.EObject object, BasicCheck.ResultAcceptor resultAcceptor, String value, FeatureKey key, FeatureSettings featureSettings, Collection<String> languages) protected org.eclipse.emf.ecore.EStructuralFeaturePresentationTranslationCheck.getMessageFeature(FeatureSettings featureSettings) -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.dcs.expressions.settings
Fields in com.e1c.langtool.v8.dt.dcs.expressions.settings declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsDcsExprFeatureSettings.Literals.STRING_LITERAL__PARAMMethods in com.e1c.langtool.v8.dt.dcs.expressions.settings that return FeatureSettingsMethods in com.e1c.langtool.v8.dt.dcs.expressions.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>DcsExprFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.dcs.expressions.settings.impl
Methods in com.e1c.langtool.v8.dt.dcs.expressions.settings.impl that return FeatureSettings -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.dcs.settings
Fields in com.e1c.langtool.v8.dt.dcs.settings declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsDcsFeatureSettings.Literals.DCS_KEYstatic final FeatureSettingsDcsFeatureSettings.Literals.STRING_VALUE__PARAMMethods in com.e1c.langtool.v8.dt.dcs.settings that return FeatureSettingsModifier and TypeMethodDescriptionDcsFeatureSettings.getDcs_Key()DcsFeatureSettings.getStingValue_Param()Methods in com.e1c.langtool.v8.dt.dcs.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>DcsFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.dcs.settings.impl
Methods in com.e1c.langtool.v8.dt.dcs.settings.impl that return FeatureSettingsModifier and TypeMethodDescriptionDcsFeatureSettingsImpl.getDcs_Key()DcsFeatureSettingsImpl.getStingValue_Param() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.dcs.translator
Methods in com.e1c.langtool.v8.dt.dcs.translator that return FeatureSettingsModifier and TypeMethodDescriptionprotected FeatureSettingsFolderDataPathPartTranslationProvider.getPartSettings(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature) Methods in com.e1c.langtool.v8.dt.dcs.translator that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptionprotected Set<FeatureSettings>FolderDataPathPartTranslationProvider.getSupportedFeatures() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.form.settings
Fields in com.e1c.langtool.v8.dt.form.settings declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsFormFeatureSettings.Literals.DECORATION__LINKMethods in com.e1c.langtool.v8.dt.form.settings that return FeatureSettingsMethods in com.e1c.langtool.v8.dt.form.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>FormFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.form.settings.impl
Methods in com.e1c.langtool.v8.dt.form.settings.impl that return FeatureSettings -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.geos.settings
Methods in com.e1c.langtool.v8.dt.geos.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>GeosFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.md.settings
Methods in com.e1c.langtool.v8.dt.md.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>MdFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.moxel.settings
Fields in com.e1c.langtool.v8.dt.moxel.settings declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsMoxelFeatureSettings.Literals.LOCAL_STRING__PARAMMethods in com.e1c.langtool.v8.dt.moxel.settings that return FeatureSettingsMethods in com.e1c.langtool.v8.dt.moxel.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>MoxelFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.moxel.settings.impl
Methods in com.e1c.langtool.v8.dt.moxel.settings.impl that return FeatureSettings -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.planner.settings
Methods in com.e1c.langtool.v8.dt.planner.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>PlannerFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.ql.settings
Fields in com.e1c.langtool.v8.dt.ql.settings declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsQlFeatureSettings.Literals.COMMENT__DESCRIPTIONstatic final FeatureSettingsQlFeatureSettings.Literals.STRING_LITERAL_EXPRESSION__KEYMethods in com.e1c.langtool.v8.dt.ql.settings that return FeatureSettingsModifier and TypeMethodDescriptionQlFeatureSettings.getComment_Description()QlFeatureSettings.getStringLiteralExpression_Key()Methods in com.e1c.langtool.v8.dt.ql.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>QlFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.ql.settings.impl
Methods in com.e1c.langtool.v8.dt.ql.settings.impl that return FeatureSettingsModifier and TypeMethodDescriptionQlFeatureSettingsImpl.getComment_Description()QlFeatureSettingsImpl.getStringLiteralExpression_Key() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.ql.translator
Methods in com.e1c.langtool.v8.dt.ql.translator that return FeatureSettingsModifier and TypeMethodDescriptionprotected FeatureSettingsStringLiteralPartTranslationProvider.getPartSettings(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature) Methods in com.e1c.langtool.v8.dt.ql.translator that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptionprotected Set<FeatureSettings>StringLiteralPartTranslationProvider.getSupportedFeatures() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.right.ql.settings
Methods in com.e1c.langtool.v8.dt.right.ql.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>RightQlFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.right.templates.settings
Fields in com.e1c.langtool.v8.dt.right.templates.settings declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsRightTemplateFeatureSettings.Literals.COMMENT__DESCRIPTIONstatic final FeatureSettingsRightTemplateFeatureSettings.Literals.RESTRICTION_TEMPLATE__EXTRACTED_NAMEstatic final FeatureSettingsRightTemplateFeatureSettings.Literals.RESTRICTION_TEMPLATE__PARAMETER_NAMEstatic final FeatureSettingsRightTemplateFeatureSettings.Literals.TEMPLATE__KEYMethods in com.e1c.langtool.v8.dt.right.templates.settings that return FeatureSettingsModifier and TypeMethodDescriptionRightTemplateFeatureSettings.getComment_Description()RightTemplateFeatureSettings.getRestrictionTemplate_ExtractedName()RightTemplateFeatureSettings.getRestrictionTemplate_ParameterName()RightTemplateFeatureSettings.getTemplate_Key()Methods in com.e1c.langtool.v8.dt.right.templates.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>RightTemplateFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.right.templates.settings.impl
Methods in com.e1c.langtool.v8.dt.right.templates.settings.impl that return FeatureSettingsModifier and TypeMethodDescriptionRightTemplateFeatureSettingsImpl.getComment_Description()RightTemplateFeatureSettingsImpl.getRestrictionTemplate_ExtractedName()RightTemplateFeatureSettingsImpl.getRestrictionTemplate_ParameterName()RightTemplateFeatureSettingsImpl.getTemplate_Key() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.right.templates.translator
Methods in com.e1c.langtool.v8.dt.right.templates.translator that return FeatureSettingsModifier and TypeMethodDescriptionprotected FeatureSettingsStringLiteralPartTranslationProvider.getPartSettings(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature) protected FeatureSettingsTextStatementTranslationProvider.getPartSettings(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature) Methods in com.e1c.langtool.v8.dt.right.templates.translator that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptionprotected Set<FeatureSettings>StringLiteralPartTranslationProvider.getSupportedFeatures()protected Set<FeatureSettings>TextStatementTranslationProvider.getSupportedFeatures() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.rights.settings
Methods in com.e1c.langtool.v8.dt.rights.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>RightsFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.settings
Subinterfaces of FeatureSettings in com.e1c.langtool.v8.dt.settingsModifier and TypeInterfaceDescriptioninterfaceThe interface is common for settings of a feature of the object that has format.Classes in com.e1c.langtool.v8.dt.settings that implement FeatureSettingsModifier and TypeClassDescriptionclassstatic final classFields in com.e1c.langtool.v8.dt.settings declared as FeatureSettingsModifier and TypeFieldDescriptionstatic final FeatureSettingsMcoreFeatureSettings.Literals.STRING_LITERAL__PARAMstatic final FeatureSettingsMcoreFeatureSettings.Literals.STRING_VALUE__KEYMethods in com.e1c.langtool.v8.dt.settings that return FeatureSettingsModifier and TypeMethodDescriptionDtFeatureSettings.getCamelCaseByContent()Gets the camel case by content feature settings.V8FeatureSettings.getCamelCaseByContent()McoreFeatureSettings.getStingLiteral_Param()McoreFeatureSettings.getStringValue_Key()Methods in com.e1c.langtool.v8.dt.settings that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptiondefault List<FeatureSettings>McoreFeatureSettings.getFeatureSettings() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.settings.impl
Methods in com.e1c.langtool.v8.dt.settings.impl that return FeatureSettingsModifier and TypeMethodDescriptionMcoreFeatureSettingsImpl.getStingLiteral_Param()McoreFeatureSettingsImpl.getStringValue_Key() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.translator
Methods in com.e1c.langtool.v8.dt.translator that return FeatureSettingsModifier and TypeMethodDescriptionprotected FeatureSettingsAbstractSplittedStringTranslationExistTranslationProvider.getPartSettings(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature) Gets the part settings.protected FeatureSettingsStringValuePartTranslationProvider.getPartSettings(org.eclipse.emf.ecore.EObject object, EFeatureSettings stringFeature) Methods in com.e1c.langtool.v8.dt.translator that return types with arguments of type FeatureSettingsModifier and TypeMethodDescriptionprotected abstract Set<FeatureSettings>AbstractSplittedStringTranslationExistTranslationProvider.getSupportedFeatures()Gets the supported features of the object that can be splited into parts.protected Set<FeatureSettings>StringValuePartTranslationProvider.getSupportedFeatures() -
Uses of FeatureSettings in com.e1c.langtool.v8.dt.validation
Methods in com.e1c.langtool.v8.dt.validation with parameters of type FeatureSettingsModifier and TypeMethodDescriptionCoreValidatorContributor.getValidators(FeatureSettings settings) protected abstract booleanAbstractNamedValidator.isValidFeatureSettings(FeatureSettings featureSettings) protected booleanCamelCaseContentValidator.isValidFeatureSettings(FeatureSettings featureSettings) protected booleanCamelCaseFeatureValidator.isValidFeatureSettings(FeatureSettings featureSettings)