org.globus.cog.karajan.util
Class Property
java.lang.Object
org.globus.cog.karajan.util.Property
- public class Property
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
Property
public Property(String name,
String value,
String type)
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()