Interface Field

All Superinterfaces:
Comparable
All Known Subinterfaces:
AffectedVersionsField, ComponentsField, ConfigurableField<V>, CustomField, DefaultValueField<V>, DependentField<V>, FixVersionsField, IssueTypeField, LabelsField, MandatoryField, NavigableField, OrderableField<V>, ProjectField, RequirableField, SearchableField, SummaryField, TimeSpentField
All Known Implementing Classes:
AbstractAggregateDurationSystemField, AbstractDurationSystemField, AbstractField, AbstractOrderableField, AbstractOrderableNavigableFieldImpl, AbstractPickerFieldImpl, AbstractProgressBarSystemField, AbstractTextSystemField, AbstractUserFieldImpl, AbstractVersionsSystemField, AffectedVersionsSystemField, AggregateEstimateSystemField, AggregateOriginalEstimateSystemField, AggregateProgressBarSystemField, AggregateTimeSpentSystemField, ArchivedDateSystemField, ArchivedUserSystemField, AssigneeSystemField, AttachmentSystemField, CommentSystemField, ComponentsSystemField, CreatedSystemField, CreatorSystemField, DescriptionSystemField, DueDateSystemField, EnvironmentSystemField, FixVersionsSystemField, ImmutableCustomField, IssueLinksSystemField, IssueTypeSystemField, KeySystemField, LabelsSystemField, LastViewedSystemField, MockCustomField, MockNavigableField, MockOrderableField, NavigableFieldImpl, OriginalEstimateSystemField, PrioritySystemField, ProgressBarSystemField, ProjectSystemField, ReporterSystemField, ResolutionDateSystemField, ResolutionSystemField, SecurityLevelSystemField, StatusSystemField, SubTaskSystemField, SummarySystemField, ThumbnailSystemField, TimeEstimateSystemField, TimeSpentSystemField, TimeTrackingSystemField, UpdatedSystemField, VotesSystemField, WatchesSystemField, WorklogSystemField, WorkRatioSystemField

@PublicApi public interface Field extends Comparable
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique id of the field
    Returns i18n'ed name of the field.
    The i18n key that is used to lookup the field's name when it is displayed

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getId

      String getId()
      The unique id of the field
    • getNameKey

      String getNameKey()
      The i18n key that is used to lookup the field's name when it is displayed
    • getName

      String getName()
      Returns i18n'ed name of the field.