Package com.e1c.langtool.v8.dt.settings
Interface DtFeatureSettings
- All Superinterfaces:
FeatureSettings,Serializable
- All Known Implementing Classes:
V8FeatureSettings,V8FeatureSettings.V8ModelFeatureSettings
The interface is common for settings of a feature of the object that has format.
-
Method Summary
Modifier and TypeMethodDescriptionGets the camel case by content feature settings.booleanisFormat()Checks if the feature is a format.Methods inherited from interface com.e1c.langtool.settings.FeatureSettings
getName, getPresentation, isCamelCase, isId, isInterface, isModel, isMultiLine, isPreferContext, isTag, isUnique
-
Method Details
-
isFormat
boolean isFormat()Checks if the feature is a format.- Returns:
- true, if the feature is format
-
getCamelCaseByContent
FeatureSettings getCamelCaseByContent()Gets the camel case by content feature settings. If the content of the feature is valid CamelCase so the feature should be replaced with this settings.- Returns:
- the camel case by content feature settings, may return
nullif the feature not support replacement of settings.
-