Class Constant
- java.lang.Object
-
- org.wso2.carbon.esb.connector.math.utils.constants.Constant
-
public class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intINT_MAXstatic intINT_MINstatic StringLOWER_BOUNDstatic StringSAVE_TO_PROPERTYstatic StringTARGETstatic StringUPPER_BOUND
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
SAVE_TO_PROPERTY
public static final String SAVE_TO_PROPERTY
- See Also:
- Constant Field Values
-
INT_MAX
public static final int INT_MAX
- See Also:
- Constant Field Values
-
INT_MIN
public static final int INT_MIN
- See Also:
- Constant Field Values
-
LOWER_BOUND
public static final String LOWER_BOUND
- See Also:
- Constant Field Values
-
UPPER_BOUND
public static final String UPPER_BOUND
- See Also:
- Constant Field Values
-
TARGET
public static final String TARGET
- See Also:
- Constant Field Values
-
-