public class LinkedDataFormulaField extends Object implements CustomField
| Constructor and Description | 
|---|
| LinkedDataFormulaField() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | clone() | 
| int | fillField(RecordInputStream in)Populates this fields data from the byte array passed in. | 
| Stack | getFormulaTokens() | 
| int | getSize() | 
| int | serializeField(int offset,
              byte[] data)Converts this field to it's byte array form. | 
| void | setFormulaTokens(Stack formulaTokens) | 
| String | toString() | 
| void | toString(StringBuffer buffer)Appends the string representation of this field to the supplied
 StringBuffer. | 
public int getSize()
getSize in interface CustomFieldfillField()public int fillField(RecordInputStream in)
CustomFieldfillField in interface CustomFieldin - the RecordInputstream to read the record frompublic void toString(StringBuffer buffer)
CustomFieldtoString in interface CustomFieldbuffer - The string buffer to append to.public int serializeField(int offset,
                 byte[] data)
CustomFieldserializeField in interface CustomFieldoffset - The offset into the byte array to start writing to.data - The data array to write to.public void setFormulaTokens(Stack formulaTokens)
public Stack getFormulaTokens()
Copyright © 2014 Open Microscopy Environment