Interface DtFeatureSettings

All Superinterfaces:
FeatureSettings, Serializable
All Known Implementing Classes:
V8FeatureSettings, V8FeatureSettings.V8ModelFeatureSettings

public interface DtFeatureSettings extends FeatureSettings
The interface is common for settings of a feature of the object that has format.
  • 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 null if the feature not support replacement of settings.