OpenNMS API 1.2.3

org.opennms.netmgt.filter.node
Class ALessThanEqualExprPart

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

public final class ALessThanEqualExprPart
extends PExprPart


Field Summary
private  PCompareRight _compareRight_
           
private  TIdent _ident_
           
private  TLessThanEqual _lessThanEqual_
           
 
Fields inherited from class org.opennms.netmgt.filter.node.Node
 
Constructor Summary
ALessThanEqualExprPart()
           
ALessThanEqualExprPart(TIdent _ident_, TLessThanEqual _lessThanEqual_, PCompareRight _compareRight_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PCompareRight getCompareRight()
           
 TIdent getIdent()
           
 TLessThanEqual getLessThanEqual()
           
(package private)  void removeChild(Node child)
           
(package private)  void replaceChild(Node oldChild, Node newChild)
           
 void setCompareRight(PCompareRight node)
           
 void setIdent(TIdent node)
           
 void setLessThanEqual(TLessThanEqual 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_

_lessThanEqual_

private TLessThanEqual _lessThanEqual_

_compareRight_

private PCompareRight _compareRight_
Constructor Detail

ALessThanEqualExprPart

public ALessThanEqualExprPart()

ALessThanEqualExprPart

public ALessThanEqualExprPart(TIdent _ident_,
                              TLessThanEqual _lessThanEqual_,
                              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)

getLessThanEqual

public TLessThanEqual getLessThanEqual()

setLessThanEqual

public void setLessThanEqual(TLessThanEqual 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.