Logback API
Version 0.9.8

ch.qos.logback.core.pattern.parser
Class Node

java.lang.Object
  extended by ch.qos.logback.core.pattern.parser.Node
Direct Known Subclasses:
FormattingNode

public class Node
extends Object


Method Summary
 boolean equals(Object o)
           
 Node getNext()
           
 int getType()
           
 Object getValue()
           
 void setNext(Node next)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public int getType()
Returns:
Returns the type.

getValue

public Object getValue()
Returns:
Returns the value.

getNext

public Node getNext()

setNext

public void setNext(Node next)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.