static HTTPRequestSubstitutionLocation |
HTTPRequestSubstitutionLocation.safeValueOf(String value) |
Helper function to return the HTTPRequestSubstitutionLocation represented by
value .
|
static HTTPRequestSubstitutionLocation |
HTTPRequestSubstitutionLocation.valueOf(char code) |
Helper function to return the HTTPRequestSubstitutionLocation represented by code.
|
static HTTPRequestSubstitutionLocation |
HTTPRequestSubstitutionLocation.valueOf(Character code) |
Helper function to return the HTTPRequestSubstitutionLocation represented by code.
|
static HTTPRequestSubstitutionLocation |
HTTPRequestSubstitutionLocation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HTTPRequestSubstitutionLocation |
HTTPRequestSubstitutionLocation.valueOfCode(String code) |
Helper function to return the HTTPRequestSubstitutionLocation represented by code.
|
static HTTPRequestSubstitutionLocation[] |
HTTPRequestSubstitutionLocation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|