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(java.lang.String constantType, java.lang.String constantId)
          Adds the option to the underlying list
 java.util.Collection getOptionIds()
          Get the list of options ids
 java.util.Collection getOptions()
          List of options for this set
 

Method Detail

getOptions

java.util.Collection getOptions()
List of options for this set

Returns:
List of Option objects

getOptionIds

java.util.Collection getOptionIds()
Get the list of options ids

Returns:
List of String objects

addOption

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

Parameters:
constantType -
constantId -


Copyright © 2002-2010 Atlassian. All Rights Reserved.