|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiraDataType
Defines a domain specific data type. An example of this is Issue, Version, or Date. Fields handle data of a specified type and searchers and functions know which data-types they can handle working on.
| Method Summary | |
|---|---|
Collection<String> |
asStrings()
Provides a string representation of this JiraDataType's actual types. |
boolean |
matches(JiraDataType otherType)
Determines if this type matches the passed in other JiraDataType. |
| Method Detail |
|---|
Collection<String> asStrings()
boolean matches(@NotNull
JiraDataType otherType)
Object. This means all and any comparison against Object.class will
return true for the match method.
otherType - the data type to compare to, not null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||