@Internal public class

CascadingOption

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.customfields.statistics.CascadingOption

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

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

Summary

Public Constructors
CascadingOption(Option parent, Option child)
Public Methods
Option getChild()
Option getParent()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CascadingOption (Option parent, Option child)

Public Methods

public Option getChild ()

public Option getParent ()