com.atlassian.jira.issue.fields.option
Class ProjectOption
java.lang.Object
com.atlassian.jira.issue.fields.option.AbstractOption
com.atlassian.jira.issue.fields.option.ProjectOption
- All Implemented Interfaces:
- Option, Comparable
public class ProjectOption
- extends AbstractOption
- implements Option
Field Summary |
static org.apache.commons.collections.Transformer |
TRANSFORMER
|
Constructor Summary |
ProjectOption(org.ofbiz.core.entity.GenericValue project)
|
ProjectOption(org.ofbiz.core.entity.GenericValue project,
List childOptions)
|
TRANSFORMER
public static final org.apache.commons.collections.Transformer TRANSFORMER
ProjectOption
public ProjectOption(org.ofbiz.core.entity.GenericValue project)
ProjectOption
public ProjectOption(org.ofbiz.core.entity.GenericValue project,
List childOptions)
getId
public String getId()
- Specified by:
getId
in interface Option
getName
public String getName()
- Specified by:
getName
in interface Option
getDescription
public String getDescription()
- Specified by:
getDescription
in interface Option
getChildOptions
public List getChildOptions()
- Description copied from interface:
Option
- Returns a list of dependent child options. Returns empty list if no children
- Specified by:
getChildOptions
in interface Option
- Overrides:
getChildOptions
in class AbstractOption
- Returns:
- List of
Option
objects. (empty list if no children)
Copyright © 2002-2012 Atlassian. All Rights Reserved.