Class Constant
- java.lang.Object
-
- org.wso2.carbon.esb.connector.string.utils.constants.Constant
-
public class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringINPUT_STRINGstatic StringREGEXstatic StringSAVE_TO_PROPERTY_CASE_CHANGERstatic StringSAVE_TO_PROPERTY_LENGTHstatic StringSAVE_TO_PROPERTY_REGEX_MATCHINGstatic StringSAVE_TO_PROPERTY_UUIDstatic StringTARGET
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
SAVE_TO_PROPERTY_CASE_CHANGER
public static final String SAVE_TO_PROPERTY_CASE_CHANGER
- See Also:
- Constant Field Values
-
SAVE_TO_PROPERTY_LENGTH
public static final String SAVE_TO_PROPERTY_LENGTH
- See Also:
- Constant Field Values
-
SAVE_TO_PROPERTY_UUID
public static final String SAVE_TO_PROPERTY_UUID
- See Also:
- Constant Field Values
-
SAVE_TO_PROPERTY_REGEX_MATCHING
public static final String SAVE_TO_PROPERTY_REGEX_MATCHING
- See Also:
- Constant Field Values
-
INPUT_STRING
public static final String INPUT_STRING
- See Also:
- Constant Field Values
-
TARGET
public static final String TARGET
- See Also:
- Constant Field Values
-
REGEX
public static final String REGEX
- See Also:
- Constant Field Values
-
-