Package ru.slie.luna.issue.field.type
Class AbstractFieldType<T,R>
java.lang.Object
ru.slie.luna.issue.field.type.AbstractFieldType<T,R>
- All Implemented Interfaces:
FieldType<T,R>
- Direct Known Subclasses:
AbstractComputedFieldType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChangeItemValue(IssueField field, T value) booleanvalueEquals(T val1, T val2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.slie.luna.issue.field.type.FieldType
getChangeItemString, getName, getStringValue, getValueForDB, getValueFromDB, parseJson, toJson, validateValue
-
Constructor Details
-
AbstractFieldType
public AbstractFieldType()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceFieldType<T,R>
-
getChangeItemValue
- Specified by:
getChangeItemValuein interfaceFieldType<T,R>
-
valueEquals
- Specified by:
valueEqualsin interfaceFieldType<T,R>
-
getSupportedFieldSearcherKey
- Specified by:
getSupportedFieldSearcherKeyin interfaceFieldType<T,R>
-