Class dnx.lr.field.SFString
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.SFString
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.field.SFString
- public class SFString
- extends Field
-
SFString()
-
-
SFString(String)
-
-
alloc()
-
-
alloc(String)
-
-
clear()
-
-
copy(Field)
-
-
copy(SFString)
-
-
equals(Object)
-
-
equals(SFString)
-
-
free()
-
-
getValue()
-
-
readInternal(ReadAction)
- Implementation of read().
-
setValue(String)
-
-
toString()
-
SFString
public SFString(String s)
SFString
public SFString()
alloc
public static SFString alloc(String s)
alloc
public static SFString alloc()
free
public void free()
- Overrides:
- free in class Field
clear
public void clear()
readInternal
protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
- Implementation of read().
- Overrides:
- readInternal in class Field
setValue
public synchronized void setValue(String s)
copy
public synchronized void copy(SFString f)
copy
public synchronized void copy(Field f)
- Overrides:
- copy in class Field
getValue
public String getValue()
equals
public boolean equals(SFString f)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Field
All Packages Class Hierarchy This Package Previous Next Index