net.esper.util
Class PlaceholderParser.ParameterFragment
java.lang.Object
net.esper.util.PlaceholderParser.Fragment
net.esper.util.PlaceholderParser.ParameterFragment
- Enclosing class:
- PlaceholderParser
public static class PlaceholderParser.ParameterFragment
- extends PlaceholderParser.Fragment
Represents a parameter in a parsed string of texts and parameters.
PlaceholderParser.ParameterFragment
public PlaceholderParser.ParameterFragment(String value)
- Ctor.
- Parameters:
value
- is the parameter name
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
isParameter
public boolean isParameter()
- Description copied from class:
PlaceholderParser.Fragment
- Returns true to indicate this is a parameter and not a text fragment.
- Specified by:
isParameter
in class PlaceholderParser.Fragment
- Returns:
- true if parameter fragement, false if text fragment.
toString
public String toString()
- Overrides:
toString
in class Object