com.atlassian.jira.issue.fields.option
Class LazyLoadedOptionSet
java.lang.Object
com.atlassian.jira.issue.fields.option.LazyLoadedOptionSet
- All Implemented Interfaces:
- OptionSet
public class LazyLoadedOptionSet
- extends Object
- implements OptionSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyLoadedOptionSet
public LazyLoadedOptionSet(ConstantsManager constantsManager)
getOptions
public Collection getOptions()
- Description copied from interface:
OptionSet
- List of options for this set
- Specified by:
getOptions in interface OptionSet
- Returns:
- List of
Option objects
getOptionIds
public Collection getOptionIds()
- Description copied from interface:
OptionSet
- Get the list of options ids
- Specified by:
getOptionIds in interface OptionSet
- Returns:
- List of
String objects
addOption
public void addOption(String constantType,
String constantId)
- Description copied from interface:
OptionSet
- Adds the option to the underlying list
- Specified by:
addOption in interface OptionSet
Copyright © 2002-2010 Atlassian. All Rights Reserved.