Package nablarch.core.validation.ee
Class SystemCharConfig
java.lang.Object
nablarch.core.validation.ee.SystemCharConfig
システム許容文字のバリデーションに関する設定を保持するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
サロゲートペアを許容するかどうかを表すフラグを取得する。void
setAllowSurrogatePair
(boolean allowSurrogatePair) サロゲートペアを許容するかどうかを表すフラグを設定する
-
Constructor Details
-
SystemCharConfig
public SystemCharConfig()
-
-
Method Details
-
isAllowSurrogatePair
public boolean isAllowSurrogatePair()サロゲートペアを許容するかどうかを表すフラグを取得する。- Returns:
- サロゲートペアを許容する場合は
true
(デフォルトはfalse
)
-
setAllowSurrogatePair
public void setAllowSurrogatePair(boolean allowSurrogatePair) サロゲートペアを許容するかどうかを表すフラグを設定する- Parameters:
allowSurrogatePair
- サロゲートペアを許容する場合はtrue
(デフォルトはfalse
)
-