com.atlassian.jira.issue.fields
Interface Field

All Superinterfaces:
Comparable
All Known Subinterfaces:
ConfigurableField, CustomField, CustomFieldSearcher, DependentField, IssueSearcher, MandatoryField, NavigableField, OrderableField, RequirableField, SearchableField
All Known Implementing Classes:
AbstractField, AbstractIssueSearcher, AbstractOrderableField, AbstractOrderableNavigableFieldImpl, AbstractVersionsSystemField, BaseCustomFieldSearcher, ComponentsSystemField, CreatedSystemField, CustomFieldImpl, DateRangeSearcher, DescriptionSystemField, DueDateSystemField, EnvironmentSystemField, IssueLinksSystemField, IssueTypeSystemField, NavigableFieldImpl, PrioritySystemField, ProjectSystemField, QuerySearcher, ReporterSystemField, SecurityLevelSystemField, StatusSystemField, SummarySystemField, TimeTrackingSystemField, UpdatedSystemField, UserPickerGroupSearcher, WorkRatioSystemField

public interface Field
extends Comparable


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

public String getId()
The unique id of the field


getNameKey

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


getName

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



Copyright © 2002-2007 Atlassian. All Rights Reserved.