org.opennms.netmgt.filter.node
Class AIplikeExprPart
java.lang.Object
org.opennms.netmgt.filter.node.Node
org.opennms.netmgt.filter.node.PExprPart
org.opennms.netmgt.filter.node.AIplikeExprPart
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AIplikeExprPart
- extends PExprPart
Fields inherited from class org.opennms.netmgt.filter.node.Node |
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_ident_
private TIdent _ident_
_iplike_
private TIplike _iplike_
_ipIdent_
private PIpIdent _ipIdent_
AIplikeExprPart
public AIplikeExprPart()
AIplikeExprPart
public AIplikeExprPart(TIdent _ident_,
TIplike _iplike_,
PIpIdent _ipIdent_)
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)
getIplike
public TIplike getIplike()
setIplike
public void setIplike(TIplike node)
getIpIdent
public PIpIdent getIpIdent()
setIpIdent
public void setIpIdent(PIpIdent 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
Generated by eevans on May 29 2005 2015.