com.atlassian.jira.issue.customfields
Interface MultipleCustomFieldType

All Superinterfaces:
CustomFieldType
All Known Subinterfaces:
MultipleSettableCustomFieldType
All Known Implementing Classes:
AbstractMultiSettableCFType, CascadingSelectCFType, MultiSelectCFType, ProjectCFType, SelectCFType, VersionCFType

public interface MultipleCustomFieldType
extends CustomFieldType


Method Summary
 Options getOptions(CustomField customField, ProjectIssueType projectIssueType)
           
 
Methods inherited from interface com.atlassian.jira.issue.customfields.CustomFieldType
createValue, getChangelogValue, getDefaultValue, getDescription, getDescriptor, getKey, getName, getSingularObjectFromString, getStringFromSingularObject, getValueFromCustomFieldParams, getValueFromIssue, getVelocityParameters, init, remove, setDefaultValue, updateValue, validateFromParams
 

Method Detail

getOptions

public Options getOptions(CustomField customField,
                          ProjectIssueType projectIssueType)


Copyright © 2002-2005 Atlassian. All Rights Reserved.