|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.field.SFString
public class SFString
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
SFString(SFString init)
Constructor for the SFString object |
|
SFString(String string)
Constructor for the SFString object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
String |
getValue()
Gets the value attribute of the SFString object |
void |
setValue(ConstSFString s)
Sets the value attribute of the SFString object |
void |
setValue(SFString s)
Sets the value attribute of the SFString object |
void |
setValue(String s)
Sets the value attribute of the SFString object |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFString(SFString init)
init
- Description of the Parameterpublic SFString(String string)
string
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public String getValue()
public void setValue(String s)
s
- The new value valuepublic void setValue(ConstSFString s)
s
- The new value valuepublic void setValue(SFString s)
s
- The new value value
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |