public static class ClauseValuesGenerator.Result extends Object
Constructor and Description |
---|
Result(String value) |
Result(String value,
String displayName) |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getDisplayNameParts() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public Result(String value)
public Result(String value, String[] displayNameParts)
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.Copyright © 2002-2017 Atlassian. All Rights Reserved.