org.xith3d.utility.properties
Class StringProperty
java.lang.Object
org.xith3d.utility.properties.Property
org.xith3d.utility.properties.StringProperty
- All Implemented Interfaces:
- org.jagatoo.datatypes.NamedObject, PropertyInterface
public class StringProperty
- extends Property
- implements PropertyInterface
:Id: StringProperty.java,v 1.5 2003/02/24 00:13:53 wurp Exp $
:Log: StringProperty.java,v $
Revision 1.5 2003/02/24 00:13:53 wurp
Formatted all java code for cvs (strictSunConvention.xml)
Revision 1.4 2001/06/20 04:05:42 wurp
added log4j.
Revision 1.3 2001/01/02 11:12:26 wurp
Added getProperty to PropertyManager; made convertToString
slightly more efficient in StringProperty.
Revision 1.2 2000/10/21 18:23:21 wizofid
Added setter method
Revision 1.2 2000/09/23 05:19:42 dyazel
Continuing the integration with client/server code
|
Field Summary |
protected java.lang.String |
value
|
|
Constructor Summary |
StringProperty(java.lang.String value,
java.lang.String name,
java.lang.String comment)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected java.lang.String value
StringProperty
public StringProperty(java.lang.String value,
java.lang.String name,
java.lang.String comment)
setString
public void setString(java.lang.String v)
getString
public java.lang.String getString()
convertToString
public java.lang.String convertToString()
-
- Specified by:
convertToString in interface PropertyInterface
convertFromString
public void convertFromString(java.lang.String text)
-
- Specified by:
convertFromString in interface PropertyInterface