org.globus.cog.karajan.util
Class DefList.Entry

java.lang.Object
  extended by org.globus.cog.karajan.util.DefList.Entry
Enclosing class:
DefList

public static class DefList.Entry
extends Object


Constructor Summary
DefList.Entry(String name, Object def)
           
DefList.Entry(String name, String prefix, Object def)
           
 
Method Summary
 Object getDef()
           
 String getFullName()
           
 String getPrefix()
           
 void setDef(Object def)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefList.Entry

public DefList.Entry(String name,
                     String prefix,
                     Object def)

DefList.Entry

public DefList.Entry(String name,
                     Object def)
Method Detail

getDef

public Object getDef()

getPrefix

public String getPrefix()

setDef

public void setDef(Object def)

toString

public String toString()
Overrides:
toString in class Object

getFullName

public String getFullName()