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

Constructor Index

 o SFString()
 o SFString(String)

Method Index

 o alloc()
 o alloc(String)
 o clear()
 o copy(Field)
 o copy(SFString)
 o equals(Object)
 o equals(SFString)
 o free()
 o getValue()
 o readInternal(ReadAction)
Implementation of read().
 o setValue(String)
 o toString()

Constructors

 o SFString
  public SFString(String s)
 o SFString
  public SFString()

Methods

 o alloc
  public static SFString alloc(String s)
 o alloc
  public static SFString alloc()
 o free
  public void free()
Overrides:
free in class Field
 o clear
  public void clear()
 o readInternal
  protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
Implementation of read().
Overrides:
readInternal in class Field
 o setValue
  public synchronized void setValue(String s)
 o copy
  public synchronized void copy(SFString f)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public String getValue()
 o equals
  public boolean equals(SFString f)
 o equals
  public boolean equals(Object o)
Overrides:
equals in class Object
 o toString
  public String toString()
Overrides:
toString in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index