com.espertech.esper.util
Class PlaceholderParser.ParameterFragment

java.lang.Object
  extended by com.espertech.esper.util.PlaceholderParser.Fragment
      extended by com.espertech.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.


Constructor Summary
PlaceholderParser.ParameterFragment(java.lang.String value)
          Ctor.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean isParameter()
          Returns true to indicate this is a parameter and not a text fragment.
 java.lang.String toString()
           
 
Methods inherited from class com.espertech.esper.util.PlaceholderParser.Fragment
getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlaceholderParser.ParameterFragment

public PlaceholderParser.ParameterFragment(java.lang.String value)
Ctor.

Parameters:
value - is the parameter name
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com