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

All Known Implementing Classes:
LazyLoadedOptionSet

@PublicApi
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<String> getOptionIds()
          Get the list of options ids
 Collection<Option> getOptions()
          List of options for this set
 

Method Detail

getOptions

Collection<Option> getOptions()
List of options for this set

Returns:
List of Option objects

getOptionIds

Collection<String> 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-2013 Atlassian. All Rights Reserved.