Interface Value
public interface Value
Value
- 
Method SummaryModifier and TypeMethodDescriptionvoidUse addRawValue Add a value to the Value entityvoidAdd a value to the Value entity with updated datevoidaddValueData(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- 
getFieldField getField()Get the field of a Value entity- Returns:
- the field
 
- 
getValueObject getValue()Get the raw value of a Value entity- Returns:
- the value: Object List or Object
 
- 
getValueDataObject getValueData()Get a Value Data of a Value entity- Returns:
- the value: ValueData List or ValueData
 
- 
addValueUse addRawValue Add a value to the Value entity- Parameters:
- value- the value
 
- 
addValuevoid 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 value
- updated- the updated date
- error- the error
 
- 
addValueDataAdd a ValueData to the value- Parameters:
- value- the ValueData List or ValueData class
 
 
-