インタフェース PlaceholderProperty

既知の実装クラスのリスト:
AbstractSqlCommand, GenerateHtmlCommand, ImportDataFromFileCommand, SeriesVersionDownCommand, SqlExecuteCommand, TableFileReader, VersionDeleteCommand, VersionDownCommand, VersionInsertCommand, VersionMergeCommand, VersionRepairCommand, VersionUpCommand

public interface PlaceholderProperty
  • メソッドの詳細

    • getPlaceholderPrefix

      String getPlaceholderPrefix()
      戻り値:
      the placeholderPrefix
    • setPlaceholderPrefix

      void setPlaceholderPrefix(String placeholderPrefix)
      パラメータ:
      placeholderPrefix - the placeholderPrefix to set
    • getPlaceholderSuffix

      String getPlaceholderSuffix()
      戻り値:
      the placeholderSuffix
    • setPlaceholderSuffix

      void setPlaceholderSuffix(String placeholderSuffix)
      パラメータ:
      placeholderSuffix - the placeholderSuffix to set
    • isPlaceholders

      boolean isPlaceholders()
      戻り値:
      the placeholders
    • setPlaceholders

      void setPlaceholders(boolean placeholders)
      パラメータ:
      placeholders - the placeholders to set