com.atlassian.jira.issue.fields.option
Interface OptionSet

All Known Implementing Classes:
LazyLoadedOptionSet

public interface OptionSet

A set of options representing the root set of any options


Method Summary
 void addOption(String constantType, String constantId)
          Adds the option to the underlying list
 Collection getOptionIds()
          Get the list of options ids
 Collection getOptions()
          List of options for this set
 

Method Detail

getOptions

Collection getOptions()
List of options for this set

Returns:
List of Option objects

getOptionIds

Collection getOptionIds()
Get the list of options ids

Returns:
List of String objects

addOption

void addOption(String constantType,
               String constantId)
Adds the option to the underlying list

Parameters:
constantType -
constantId -


Copyright © 2002-2007 Atlassian. All Rights Reserved.