public interface JiraDataType
Modifier and Type | Method and Description |
---|---|
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.
|
Collection<String> asStrings()
boolean matches(@Nonnull 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.Copyright © 2002-2015 Atlassian. All Rights Reserved.