- All Implemented Interfaces:
Function<NameIF,String>
INTERNAL: Stringifier that stringifies TopicNameIFs and VariantNameIFs
by calling their getValue() method.
-
Constructor Summary
Constructors
-
Method Summary
INTERNAL: Stringifies the given name.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NameStringifier
public NameStringifier()
-
Method Details
-
apply
INTERNAL: Stringifies the given name.
- Specified by:
apply in interface Function<NameIF,String>
- Parameters:
name - object, cast to TopicNameIF or VariantNameIF
internally; the given name
- Returns:
- string containing name value or "[No name]"