com.atlassian.jira.issue.fields
Interface Field

All Superinterfaces:
java.lang.Comparable
All Known Subinterfaces:
ConfigurableField, CustomField, DependentField, MandatoryField, NavigableField, OrderableField, RequirableField, SearchableField
All Known Implementing Classes:
AbstractAggregateDurationSystemField, AbstractDurationSystemField, AbstractField, AbstractOrderableField, AbstractOrderableNavigableFieldImpl, AbstractProgressBarSystemField, AbstractTextSystemField, AbstractVersionsSystemField, AffectedVersionsSystemField, AggregateEstimateSystemField, AggregateOriginalEstimateSystemField, AggregateProgressBarSystemField, AggregateTimeSpentSystemField, AssigneeSystemField, AttachmentSystemField, CommentSystemField, ComponentsSystemField, CreatedSystemField, CustomFieldImpl, DescriptionSystemField, DueDateSystemField, EnvironmentSystemField, FixVersionsSystemField, IssueLinksSystemField, IssueTypeSystemField, KeySystemField, LabelsSystemField, NavigableFieldImpl, OriginalEstimateSystemField, PrioritySystemField, ProgressBarSystemField, ProjectSystemField, ReporterSystemField, ResolutionDateSystemField, ResolutionSystemField, SecurityLevelSystemField, StatusSystemField, SubTaskSystemField, SummarySystemField, ThumbnailSystemField, TimeEstimateSystemField, TimeSpentSystemField, TimeTrackingSystemField, UpdatedSystemField, VotesSystemField, WorklogSystemField, WorkRatioSystemField

public interface Field
extends java.lang.Comparable


Method Summary
 java.lang.String getId()
          The unique id of the field
 java.lang.String getName()
          Returns i18n'ed name of the field for system fields or the name of a custom field.
 java.lang.String getNameKey()
          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 Detail

getId

java.lang.String getId()
The unique id of the field


getNameKey

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


getName

java.lang.String getName()
Returns i18n'ed name of the field for system fields or the name of a custom field.



Copyright © 2002-2011 Atlassian. All Rights Reserved.