Interface OptionalTagHolder
- All Known Subinterfaces:
MutableOptionalTagHolder
-
Method Summary
-
Method Details
-
getTag
String getTag()- Returns:
- the tag of the current
OptionalTagHolder - Throws:
RuntimeException- if the currentOptionalTagHolderdoes not have a tag
-
hasTag
boolean hasTag()- Returns:
- true if the current
OptionalTagHolderhas a tag, false otherwise, false otherwise
-