Interface Value
public interface Value
Value
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Use addRawValue Add a value to the Value entityvoid
Add a value to the Value entity with updated datevoid
addValueData
(Object value) Add a ValueData to the valuegetField()
Get the field of a Value entitygetValue()
Get the raw value of a Value entityGet a Value Data of a Value entity
-
Method Details
-
getField
Field getField()Get the field of a Value entity- Returns:
- the field
-
getValue
Object getValue()Get the raw value of a Value entity- Returns:
- the value: Object List or Object
-
getValueData
Object getValueData()Get a Value Data of a Value entity- Returns:
- the value: ValueData List or ValueData
-
addValue
Use addRawValue Add a value to the Value entity- Parameters:
value
- the value
-
addValue
void addValue(Object value, Long updated, com.deiser.jira.profields.impl.value.ValueErrorEnum error) Add a value to the Value entity with updated date- Parameters:
value
- the valueupdated
- the updated dateerror
- the error
-
addValueData
Add a ValueData to the value- Parameters:
value
- the ValueData List or ValueData class
-