org.globus.cog.karajan.util
Class Property

java.lang.Object
  extended byorg.globus.cog.karajan.util.Property

public class Property
extends Object


Constructor Summary
Property()
           
Property(String name, String value, String type)
           
 
Method Summary
 String getName()
           
 String getType()
           
 Object getTypedValue()
           
 String getValue()
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(String name,
                String value,
                String type)
Method Detail

getName

public String getName()

getValue

public String getValue()

setName

public void setName(String name)

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)

getTypedValue

public Object getTypedValue()