Package org.incendo.cloud.caption
Interface CaptionVariable
Key-value pair used to replace variables in captions.
-
Method Summary
-
Method Details
-
of
Creates a new caption variable instance.- Parameters:
key
- the keyvalue
- the value that replaces the placeholder- Returns:
- the variable instance
-
key
Returns the variable key.- Returns:
- the key
-
value
Returns the variable value- Returns:
- the value
-