Uses of Class
com.atlassian.adf.model.node.DecisionItem.State
-
Packages that use DecisionItem.State Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of DecisionItem.State in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return DecisionItem.State Modifier and Type Method Description static DecisionItem.StateDecisionItem.State. valueOf(String name)Returns the enum constant of this type with the specified name.static DecisionItem.State[]DecisionItem.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.node with parameters of type DecisionItem.State Modifier and Type Method Description DecisionItemDecisionItem.Partial.NeedsState. state(DecisionItem.State state)DecisionItemDecisionItem. state(DecisionItem.State state)
-