Interface IOptionalTagHolder
- All Known Subinterfaces:
IMutableOptionalTagHolder
-
Method Summary
-
Method Details
-
getTag
String getTag()- Returns:
- the tag of the current
IOptionalTagHolder. - Throws:
RuntimeException- if the currentIOptionalTagHolderdoes not have a tag.
-
hasTag
boolean hasTag()- Returns:
- true if the current
IOptionalTagHolderhas a tag, false otherwise, false otherwise.
-