| |
|
| java.lang.Object vrml.Field vrml.field.SFString
SFString | public class SFString extends vrml.Field (Code) | | Description of the Class
|
SFString | public SFString(String string)(Code) | | Constructor for the SFString object
Parameters: string - Description of the Parameter |
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
getValue | public String getValue()(Code) | | Gets the value attribute of the SFString object
The value value |
setValue | public void setValue(String s)(Code) | | Sets the value attribute of the SFString object
Parameters: s - The new value value |
setValue | public void setValue(ConstSFString s)(Code) | | Sets the value attribute of the SFString object
Parameters: s - The new value value |
setValue | public void setValue(SFString s)(Code) | | Sets the value attribute of the SFString object
Parameters: s - The new value value |
|
|
|