クラス MetaValidationLength
java.lang.Object
org.iplass.mtp.impl.validation.MetaValidation
org.iplass.mtp.impl.validation.MetaValidationLength
- すべての実装されたインタフェース:
Serializable,MetaData
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidapplyConfig(ValidationDefinition definition) copy()当該のメタデータのコピーを作成する。createRuntime(MetaEntity entity, MetaProperty property) currentConfig(EntityContext context) booleangetMax()getMin()inthashCode()booleanbooleanvoidsetCheckBytes(boolean checkBytes) voidvoidvoidsetSurrogatePairAsOneChar(boolean surrogatePairAsOneChar) クラスから継承されたメソッド org.iplass.mtp.impl.validation.MetaValidation
fillFrom, fillTo, getDescription, getErrorCode, getErrorMessage, getLocalizedErrorMessageList, getMessageCategory, getMessageId, setDescription, setErrorCode, setErrorMessage, setLocalizedErrorMessageList, setMessageCategory, setMessageId
-
コンストラクタの詳細
-
MetaValidationLength
public MetaValidationLength()
-
-
メソッドの詳細
-
isSurrogatePairAsOneChar
public boolean isSurrogatePairAsOneChar() -
setSurrogatePairAsOneChar
public void setSurrogatePairAsOneChar(boolean surrogatePairAsOneChar) -
isCheckBytes
public boolean isCheckBytes() -
setCheckBytes
public void setCheckBytes(boolean checkBytes) -
getMax
-
setMax
-
getMin
-
setMin
-
copy
インタフェースからコピーされた説明:MetaData当該のメタデータのコピーを作成する。- 定義:
copyインタフェース内MetaData- 定義:
copyクラス内MetaValidation- 戻り値:
- コピーされたメタデータ
-
createRuntime
- 定義:
createRuntimeクラス内MetaValidation
-
currentConfig
- 定義:
currentConfigクラス内MetaValidation
-
applyConfig
- 定義:
applyConfigクラス内MetaValidation
-
hashCode
public int hashCode()- 定義:
hashCodeインタフェース内MetaData- オーバーライド:
hashCodeクラス内MetaValidation
-
equals
- 定義:
equalsインタフェース内MetaData- オーバーライド:
equalsクラス内MetaValidation
-