com.objex.progeny.anywhere.fields
Class XRFSystemFieldType
java.lang.Object
com.objex.progeny.anywhere.fields.XRFFieldType
com.objex.progeny.anywhere.fields.XRFSystemFieldType
- All Implemented Interfaces:
- java.io.Serializable
public class XRFSystemFieldType
- extends XRFFieldType
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XRFSystemFieldType
public XRFSystemFieldType()
- Creates a new instance of XRFSystemFieldType
isComputed
public boolean isComputed()
- Specified by:
isComputed in class XRFFieldType
- Returns:
- TRUE if this field is a calculated field
isSystemType
public boolean isSystemType()
- Overrides:
isSystemType in class XRFFieldType
- Returns:
- TRUE if this fieldtype relates to a System Field
getInstance
public static XRFSystemFieldType getInstance()
getImageURL
public java.lang.String getImageURL()
- Specified by:
getImageURL in class XRFFieldType
transformDataToString
public java.lang.String transformDataToString(java.lang.Object a_from)
- Implementation is in the class SystemField so that this function must not be used
- Specified by:
transformDataToString in class XRFFieldType
- See Also:
SystemField.transform(Object)
getFieldClass
public java.lang.Class getFieldClass()
- Null implementation
- Specified by:
getFieldClass in class XRFFieldType
- Returns:
- The class for the data stored in fields of this type. Helps in transforming data to correct primitive types without necessarily consulting the fieldtype id
- See Also:
SystemField.getFieldClass()