uci.uml.ui.todo
Class KnowledgeTypeNode

java.lang.Object
  |
  +--uci.uml.ui.todo.KnowledgeTypeNode

public class KnowledgeTypeNode
extends Object


Field Summary
protected  String _name
           
protected static Vector _TYPES
           
 
Constructor Summary
KnowledgeTypeNode(String name)
           
 
Method Summary
 String getName()
           
static Vector getTypes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_TYPES

protected static Vector _TYPES

_name

protected String _name
Constructor Detail

KnowledgeTypeNode

public KnowledgeTypeNode(String name)
Method Detail

getTypes

public static Vector getTypes()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object