public abstract static class PlaceholderParser.Fragment
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Fragment(java.lang.String value)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.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(java.lang.String value)
value
- is the fragment textpublic java.lang.String getValue()
public abstract boolean isParameter()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object