OpenNMS API 1.2.3

org.opennms.netmgt.filter.node
Class ALessThanExprPart

java.lang.Object
  extended byorg.opennms.netmgt.filter.node.Node
      extended byorg.opennms.netmgt.filter.node.PExprPart
          extended byorg.opennms.netmgt.filter.node.ALessThanExprPart
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ALessThanExprPart
extends PExprPart


Field Summary
private  PCompareRight _compareRight_
           
private  TIdent _ident_
           
private  TLessThan _lessThan_
           
 
Fields inherited from class org.opennms.netmgt.filter.node.Node
 
Constructor Summary
ALessThanExprPart()
           
ALessThanExprPart(TIdent _ident_, TLessThan _lessThan_, PCompareRight _compareRight_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PCompareRight getCompareRight()
           
 TIdent getIdent()
           
 TLessThan getLessThan()
           
(package private)  void removeChild(Node child)
           
(package private)  void replaceChild(Node oldChild, Node newChild)
           
 void setCompareRight(PCompareRight node)
           
 void setIdent(TIdent node)
           
 void setLessThan(TLessThan node)
           
 java.lang.String toString()
           
 
Methods inherited from class org.opennms.netmgt.filter.node.Node
cloneList, cloneNode, parent, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_ident_

private TIdent _ident_

_lessThan_

private TLessThan _lessThan_

_compareRight_

private PCompareRight _compareRight_
Constructor Detail

ALessThanExprPart

public ALessThanExprPart()

ALessThanExprPart

public ALessThanExprPart(TIdent _ident_,
                         TLessThan _lessThan_,
                         PCompareRight _compareRight_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getIdent

public TIdent getIdent()

setIdent

public void setIdent(TIdent node)

getLessThan

public TLessThan getLessThan()

setLessThan

public void setLessThan(TLessThan node)

getCompareRight

public PCompareRight getCompareRight()

setCompareRight

public void setCompareRight(PCompareRight node)

toString

public java.lang.String toString()

removeChild

void removeChild(Node child)
Specified by:
removeChild in class Node

replaceChild

void replaceChild(Node oldChild,
                  Node newChild)
Specified by:
replaceChild in class Node

OpenNMS API 1.2.3

Generated by eevans on May 29 2005 2015.