public static class

ClauseValuesGenerator.Result

extends Object
java.lang.Object
   ↳ com.atlassian.jira.jql.values.ClauseValuesGenerator.Result

Summary

Public Constructors
ClauseValuesGenerator.Result(String value)
ClauseValuesGenerator.Result(String value, String displayName)
ClauseValuesGenerator.Result(String value, String[] displayNameParts)
Use this if you want to have multiple portions of your display string that will be concatenated with a space in between.
Public Methods
boolean equals(Object o)
String[] getDisplayNameParts()
String getValue()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClauseValuesGenerator.Result (String value)

public ClauseValuesGenerator.Result (String value, String displayName)

public ClauseValuesGenerator.Result (String value, String[] displayNameParts)

Use this if you want to have multiple portions of your display string that will be concatenated with a space in between. Each portion of this display part will be anaylized for the matching string and will have bold tags around the matching parts.

Parameters
value the value that will be used to complete.
displayNameParts the parts of the display name that will be used to show the user what matched, will be searched for matching string.

Public Methods

public boolean equals (Object o)

public String[] getDisplayNameParts ()

public String getValue ()

public int hashCode ()

public String toString ()