NASA World Wind

gov.nasa.worldwind.applications.gio.filter
Class PropertyIsLike

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.Element
      extended by gov.nasa.worldwind.applications.gio.filter.ComparisonOperator
          extended by gov.nasa.worldwind.applications.gio.filter.PropertyIsLike

public class PropertyIsLike
extends ComparisonOperator


Constructor Summary
PropertyIsLike()
           
 
Method Summary
 Literal addLiteral(String literalValue)
           
 PropertyName addPropertyName(String propertyName)
           
 void setEscapeChar(String escapeChar)
           
 void setSingleChar(String singleChar)
           
 void setWildCard(String wildCard)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.Element
addElement, addElement, addElements, clearAttributes, clearElements, getAttribute, getElement, getElementCount, getIndex, getName, getNs, hasContent, removeAttribute, removeElement, setAttribute, setElement, toXml, write, writeAttributes, writeBeginElement, writeElementContent, writeEndElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIsLike

public PropertyIsLike()
Method Detail

addLiteral

public Literal addLiteral(String literalValue)
                   throws Exception
Throws:
Exception

addPropertyName

public PropertyName addPropertyName(String propertyName)
                             throws Exception
Throws:
Exception

setEscapeChar

public void setEscapeChar(String escapeChar)

setSingleChar

public void setSingleChar(String singleChar)

setWildCard

public void setWildCard(String wildCard)

NASA World Wind