| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PARAMLIMIT_LESS_THAN
Integer value of enum value "PARAMLIMIT_LESS_THAN" The parameter is required to be less than the indicated value. |
| static final ParameterLimitType | PARAMLIMIT_LESS_THAN
Object value of enum value "PARAMLIMIT_LESS_THAN" The parameter is required to be less than the indicated value. |
| static final int | _PARAMLIMIT_LESS_THAN_OR_EQUAL
Integer value of enum value "PARAMLIMIT_LESS_THAN_OR_EQUAL" The parameter is required to be less than or equal to the indicated value. |
| static final ParameterLimitType | PARAMLIMIT_LESS_THAN_OR_EQUAL
Object value of enum value "PARAMLIMIT_LESS_THAN_OR_EQUAL" The parameter is required to be less than or equal to the indicated value. |
| static final int | _PARAMLIMIT_GREATER_THAN
Integer value of enum value "PARAMLIMIT_GREATER_THAN" The parameter is required to be greater than the indicated value. |
| static final ParameterLimitType | PARAMLIMIT_GREATER_THAN
Object value of enum value "PARAMLIMIT_GREATER_THAN" The parameter is required to be greater than the indicated value. |
| static final int | _PARAMLIMIT_GREATER_THAN_OR_EQUAL
Integer value of enum value "PARAMLIMIT_GREATER_THAN_OR_EQUAL" The parameter is required to be greater than or equal to the indicated value. |
| static final ParameterLimitType | PARAMLIMIT_GREATER_THAN_OR_EQUAL
Object value of enum value "PARAMLIMIT_GREATER_THAN_OR_EQUAL" The parameter is required to be greater than or equal to the indicated value. |
| static final int | _PARAMLIMIT_UNLIMITED
Integer value of enum value "PARAMLIMIT_UNLIMITED" The parameter is required to have an unlimited value. |
| static final ParameterLimitType | PARAMLIMIT_UNLIMITED
Object value of enum value "PARAMLIMIT_UNLIMITED" The parameter is required to have an unlimited value. |
| static final int | _ParameterLimitType_null
Enum null value. |
| Method Summary | |
|---|---|
| static ParameterLimitType | FromInt
(int value)
Creates enum object from an integer. |
| static ParameterLimitType | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static ParameterLimitType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ParameterLimitType | FromInt | (Integer value) |
Creates enum object from an integer object.
|