public static class PlaceholderParser.ParameterFragment extends PlaceholderParser.Fragment
Constructor and Description |
---|
ParameterFragment(String value)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isParameter()
Returns true to indicate this is a parameter and not a text fragment.
|
String |
toString() |
getValue
public ParameterFragment(String value)
value
- is the parameter namepublic int hashCode()
hashCode
in class PlaceholderParser.Fragment
public boolean equals(Object obj)
equals
in class PlaceholderParser.Fragment
public boolean isParameter()
PlaceholderParser.Fragment
isParameter
in class PlaceholderParser.Fragment