|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.SFString
public class SFString
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
SFString()
Constructor for the SFString object |
|
SFString(String string)
Constructor for the SFString object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
ConstField |
constify()
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 |
void |
update(Field field)
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFString()
public SFString(String string)
string
- Description of the ParameterMethod Detail |
---|
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 valuepublic Object clone()
clone
in class Field
public void update(Field field)
field
- Description of the Parameterpublic ConstField constify()
public Field wrap()
wrap
in class Field
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |