Package com.codebarrel.jira.model
Interface NamedValue
- All Known Implementing Classes:
ComponentBean,CustomfieldOption,IssueType,PriorityBean,ResolutionBean,SecurityLevelBean,SmartUserBean,SmartVersionBean,VersionBean
public interface NamedValue
Classes that implement this interface can define what their "name" value is, not their id.
Different fields use different attributes - name, value, ...
This abstracts that away.
-
Method Summary
-
Method Details
-
getNamedValue
String getNamedValue()
-