com.atlassian.jira.issue.customfields.statistics
Class CascadingOption

java.lang.Object
  extended by com.atlassian.jira.issue.customfields.statistics.CascadingOption

@Internal
public class CascadingOption
extends Object

Stores the pair of Option values associated with a Cascading Select value for a single issue. Used in calculating statistics for cascading selects.

Since:
v6.1

Constructor Summary
CascadingOption(Option parent, Option child)
           
 
Method Summary
 Option getChild()
           
 Option getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CascadingOption

public CascadingOption(Option parent,
                       Option child)
Method Detail

getParent

public Option getParent()

getChild

public Option getChild()


Copyright © 2002-2013 Atlassian. All Rights Reserved.