Interface ValueData


public interface ValueData
Value Data
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the value of Field
    com.deiser.jira.profields.impl.value.ValueErrorEnum
    Get the error
    Get the last time the value was updated
  • Method Details

    • getData

      Object getData()
      Get the value of Field
      Returns:
      the value: object
    • getUpdated

      Long getUpdated()
      Get the last time the value was updated
      Returns:
      the last time in Long
    • getError

      com.deiser.jira.profields.impl.value.ValueErrorEnum getError()
      Get the error
      Returns:
      the error