クラス
jp.finaluna.api.type.util.MathUtil.Boundary の使用

MathUtil.Boundary を使用しているパッケージ
jp.finaluna.api.type.util フレームワークのユーティリティを定義する。 
jp.finaluna.api.type.util.validator フレームワークのバリデーション機能を定義する。 
 

jp.finaluna.api.type.util での MathUtil.Boundary の使用
 

MathUtil.Boundary を返す jp.finaluna.api.type.util のメソッド
static MathUtil.Boundary MathUtil.Boundary.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static MathUtil.Boundary[] MathUtil.Boundary.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

jp.finaluna.api.type.util.validator での MathUtil.Boundary の使用
 

MathUtil.Boundary 型のパラメータを持つ jp.finaluna.api.type.util.validator のメソッド
 boolean NumericValidator.maxLength(DecimalType value, int integerMax, int decimalMax, MathUtil.Boundary boundary)
           DecimalType型の最大桁数チェックを行う。
 boolean NumericValidator.maxLength(DecimalType value, int integerMax, MathUtil.Boundary boundary)
           DecimalType型の最大桁数チェックを行う。
 boolean NumericValidator.maxLength(IntegerType value, int max, MathUtil.Boundary boundary)
           IntegerType型の最大桁数チェックを行う。
 boolean StringValidator.maxLength(StringCode value, int max, MathUtil.Boundary boundary)
           StringType型の最大文字数チェックを行う。
 boolean StringValidator.maxLength(StringType value, int max, MathUtil.Boundary boundary)
           StringType型の最大文字数チェックを行う。
 boolean NumericValidator.minLength(DecimalType value, int integerMin, int decimalMin, MathUtil.Boundary boundary)
           DecimalType型の最小桁数チェックを行う。
 boolean NumericValidator.minLength(DecimalType value, int integerMin, MathUtil.Boundary boundary)
           DecimalType型の最小桁数チェックを行う。
 boolean NumericValidator.minLength(IntegerType value, int min, MathUtil.Boundary boundary)
           IntgerType型の最小桁数チェックを行う。
 boolean StringValidator.minLength(StringCode value, int min, MathUtil.Boundary boundary)
           StringType型の最小文字数チェックを行う。
 boolean StringValidator.minLength(StringType value, int min, MathUtil.Boundary boundary)
           StringType型の最小文字数チェックを行う。