|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objex.progeny.anywhere.fields.XRFIDSDataField
com.objex.progeny.anywhere.fields.XRFSystemField
public class XRFSystemField
| Field Summary | |
|---|---|
static int |
BARCODE
Fieldid for container name |
static int |
CONTAINER_NAME
Fieldid for container name |
static int |
DECEASED_FIELD_ID
|
static int |
GENDER_FIELD_ID
|
static int |
GENDER_UNKNOWN_FIELD_ID
|
static int |
INDIVIDUAL_NAME_ID
|
static int |
PARENT_SAMPLE_NAME
Fieldid for Parent Sample Name field |
static int |
PEDIGREE_NAME_ID
|
static int |
POSITION
Fieldid for Position field |
static int |
SAMPLE_AUDIT_STATUS
Fieldid for Sample Audit Status field |
static int |
SAMPLE_FOLDER
Fieldid for container name |
static int |
SAMPLE_NAME
Fieldid for Sample Name field |
static int |
SAMPLE_STATUS
Fieldid for Sample Status field |
static int |
SPREADSHEET_FUDGE_FIELD
|
static int |
VOLUME
Fieldid for Volume field |
static int |
WORKFLOW_NAME
Fieldid for Workflow status field |
static int |
WORKFLOW_STAGE
Fieldid for Workflow stage field |
| Constructor Summary | |
|---|---|
XRFSystemField()
Creates a new instance of XRFSystemField |
|
XRFSystemField(int ai_fieldid)
Creates a new instance of XRFSystemField |
|
| Method Summary | |
|---|---|
XRFData |
createFieldData(java.lang.Object value)
Creates a FieldData object of the relevant type depending on the field type. |
XRFData |
createFieldData1(java.lang.Object value)
|
java.lang.Class |
getFieldClass()
|
java.lang.String |
getFieldname()
|
java.lang.String |
getImageURL()
|
boolean |
isCalcField()
|
boolean |
isComputed()
|
boolean |
isSystemField()
A data field that is also a System XRFField will return true |
boolean |
isTable()
|
java.lang.String |
transform(java.lang.Object a_from)
Where possible, transform the value a_from contained some place as the data for this field, into a string literal representation |
| Methods inherited from class com.objex.progeny.anywhere.fields.XRFIDSDataField |
|---|
countSubFields, equals, getDefaultWidth, getDropdownValues, getFieldid, getFieldtype, getLookupTableInfo, getSubfields, getTableid, getType, getUpdateColsCount, setDefaultWidth, setDropdownValues, setFieldid, setFieldname, setFieldtype, setLookupTableInfo, setSubfields, setTableid |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PEDIGREE_NAME_ID
public static final int INDIVIDUAL_NAME_ID
public static final int DECEASED_FIELD_ID
public static final int GENDER_UNKNOWN_FIELD_ID
public static final int GENDER_FIELD_ID
public static final int SPREADSHEET_FUDGE_FIELD
public static final int CONTAINER_NAME
public static final int SAMPLE_FOLDER
public static final int BARCODE
public static final int SAMPLE_NAME
public static final int WORKFLOW_NAME
public static final int WORKFLOW_STAGE
public static final int POSITION
public static final int VOLUME
public static final int SAMPLE_AUDIT_STATUS
public static final int SAMPLE_STATUS
public static final int PARENT_SAMPLE_NAME
| Constructor Detail |
|---|
public XRFSystemField()
public XRFSystemField(int ai_fieldid)
| Method Detail |
|---|
public boolean isSystemField()
XRFIDSDataField
isSystemField in interface XRFFieldisSystemField in class XRFIDSDataFieldpublic java.lang.String getFieldname()
getFieldname in interface XRFFieldgetFieldname in class XRFIDSDataFieldpublic java.lang.String transform(java.lang.Object a_from)
XRFField
transform in interface XRFFieldpublic java.lang.Class getFieldClass()
getFieldClass in interface XRFFieldpublic boolean isCalcField()
isCalcField in interface XRFFieldpublic boolean isComputed()
isComputed in interface XRFFieldpublic boolean isTable()
isTable in interface XRFFieldpublic java.lang.String getImageURL()
getImageURL in interface XRFFieldpublic XRFData createFieldData(java.lang.Object value)
XRFField
createFieldData in interface XRFFieldvalue - The default data valuepublic XRFData createFieldData1(java.lang.Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||