Class SystemCharConfig

java.lang.Object
nablarch.core.validation.ee.SystemCharConfig

public class SystemCharConfig extends Object
システム許容文字のバリデーションに関する設定を保持するクラス。
  • Constructor Details

    • SystemCharConfig

      public SystemCharConfig()
  • Method Details

    • isAllowSurrogatePair

      public boolean isAllowSurrogatePair()
      サロゲートペアを許容するかどうかを表すフラグを取得する。
      Returns:
      サロゲートペアを許容する場合はtrue(デフォルトはfalse
    • setAllowSurrogatePair

      public void setAllowSurrogatePair(boolean allowSurrogatePair)
      サロゲートペアを許容するかどうかを表すフラグを設定する
      Parameters:
      allowSurrogatePair - サロゲートペアを許容する場合はtrue(デフォルトはfalse