When you select the variable type, you can specify exactly what type of data a user can enter. The constraints that you can apply to a value depend on the selected data type. The following table lists the potential constraints for the different data types in an operator dataset.
|
Data Type |
Validations |
|---|---|
|
Boolean |
None |
|
Date |
None |
|
Double |
Specifies minimum and maximum values for a Double type variable between minus 1.7976931348623157E308 and positive 1.7976931348623157E308. Minimum value is the minimum allowed value for double values. Maximum value is the maximum allowed value for double values. |
|
Integer |
Specifies minimum and maximum values for an Integer type variable between minus 2147483648 and positive 2147483647. Minimum value is the minimum allowed value for integer values. Maximum value is the maximum allowed value for integer values. |
|
JavaObject |
None |
|
Long |
Specifies minimum and maximum values for a Long type variable between minus 9223372036854775808 and positive 9223372036854775807. Minimum value is the minimum allowed value for long values. Maximum value is the maximum allowed value for long values. |
|
Object |
None |
|
Password |
None |
|
String |
None |
|
ValueMap |
None |
|
Copyright © 2014 CA.
All rights reserved.
|
|