public class

OptionConstants

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.customfields.option.OptionConstants

Summary

Constants
String ENTITY_DISABLED
String ENTITY_OPTION_ID
String ENTITY_PARENT_OPTION
String ENTITY_SEQUENCE
String ENTITY_VALUE
Public Constructors
OptionConstants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ENTITY_DISABLED

Constant Value: "disabled"

public static final String ENTITY_OPTION_ID

Constant Value: "id"

public static final String ENTITY_PARENT_OPTION

Constant Value: "parentoptionid"

public static final String ENTITY_SEQUENCE

Constant Value: "sequence"

public static final String ENTITY_VALUE

Constant Value: "value"

Public Constructors

public OptionConstants ()