Interface StatusItem
- All Superinterfaces:
- Item<StatusField>
- All Known Subinterfaces:
- UnknownStatusItem
Represents an item of a 
StatusField- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(StatusItem otherItem) Compare two itemsgetText()Get the current text of the itemgetType()Get the current type of the itemvoidChange the text of the itemvoidsetType(StatusItemType type) Change the type of the itemMethods inherited from interface com.deiser.jira.profields.api.field.item.ItemgetField, getId, getPosition
- 
Method Details- 
setTextChange the text of the item- Parameters:
- text- The new text
 
- 
getTextString getText()Get the current text of the item- Returns:
- The text
 
- 
setTypeChange the type of the item- Parameters:
- type- The new type
 
- 
getTypeStatusItemType getType()Get the current type of the item- Returns:
- The type
 
- 
compareToCompare two items- Parameters:
- otherItem- the item to compare
- Returns:
- 0 if they are equals, positive if current item is bigger than the other or negative if not
 
 
-