|
| MFTime (double[] value) |
|
| MFTime (int size, double[] value) |
|
void | getValue (double[] value) |
|
double | get1Value (int index) |
|
void | setValue (double[] value) |
|
void | setValue (int size, double[] value) |
|
void | set1Value (int index, double value) |
|
void | set1Value (int index, SFTime sfTime) |
|
void | set1Value (int index, ConstSFTime sfTime) |
|
void | addValue (double value) |
|
void | addValue (SFTime sfTime) |
|
void | addValue (ConstSFTime sfTime) |
|
void | insertValue (int index, double value) |
|
void | insertValue (int index, SFTime sfTime) |
|
void | insertValue (int index, ConstSFTime sfTime) |
|
String | toString () |
|
void | __fromPerl (BufferedReader in) throws IOException |
|
void | __toPerl (PrintWriter out) throws IOException |
|
int | getSize () |
|
void | clear () |
|
void | delete (int index) |
|
Object | clone () |
|
void | bind_to (FWJavaScriptBinding b) |
|
final void | __updateRead () |
|
abstract void | __fromPerl (BufferedReader in) throws IOException |
|
abstract void | __toPerl (PrintWriter out) throws IOException |
|
void | setOffset (String offs) |
|
String | getOffset () |
|
|
Vector | __vect = new Vector() |
|
final void | __update1Read (int index) |
|
final void | __set1Value (int index, ConstField fld) |
|
final void | __insertValue (int index, ConstField fld) |
|
final void | __addValue (ConstField fld) |
|
final void | __updateWrite () |
|
Definition at line 10 of file MFTime.java.
The documentation for this class was generated from the following file: