public abstract static class PlaceholderParser.Fragment extends Object
Modifier | Constructor and Description |
---|---|
protected |
Fragment(String value)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getValue()
Returns the string text of the fragment.
|
int |
hashCode() |
abstract boolean |
isParameter()
Returns true to indicate this is a parameter and not a text fragment.
|
protected Fragment(String value)
value
- is the fragment textpublic String getValue()
public abstract boolean isParameter()