Uses of Class
com.e1c.langtool.v8.dt.settings.V8FeatureSettings.Builder
Packages that use V8FeatureSettings.Builder
-
Uses of V8FeatureSettings.Builder in com.e1c.langtool.v8.dt.settings
Methods in com.e1c.langtool.v8.dt.settings that return V8FeatureSettings.BuilderModifier and TypeMethodDescriptionV8FeatureSettings.Builder.setCamelCase()Sets the feature is camel case.V8FeatureSettings.Builder.setCamelCaseByContent(EFeatureSettings camelCaseByContent) Sets the camel case by content feature settings.V8FeatureSettings.Builder.setFeature(org.eclipse.emf.ecore.EStructuralFeature feature) Sets the feature.V8FeatureSettings.Builder.setFormat()Sets the feature is format.V8FeatureSettings.Builder.setId()Sets the feature is id and unique.V8FeatureSettings.Builder.setInterface()Sets the feature is interface.V8FeatureSettings.Builder.setModel()Sets the feature is model.V8FeatureSettings.Builder.setModelValueProvider(BiFunction<org.eclipse.emf.ecore.EObject, EFeatureSettings, String> valueProvider) Sets the model value provider.V8FeatureSettings.Builder.setMultiLine()Sets the feature is multi line or single-line.V8FeatureSettings.Builder.setPreferContext()Sets the feature is prefer to store in context storage.V8FeatureSettings.Builder.setUnique()Sets the feature is unique.