Class CustomNameStringifier
java.lang.Object
net.ontopia.topicmaps.nav2.impl.basic.CustomNameStringifier
INTERNAL: Stringifier that stringifies TopicNameIFs and VariantNameIFs
by calling their getValue() method. In addition it can be specified
which strings to use for the different fail-situations:
- the object is null (no base name/variant name existent)
- the value is null (null base name/variant name)
- the value is empty (empty string base name/variant name)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionINTERNAL: Stringifies the given name.voidsetStringNonExistent(String stringNonExistent) voidsetStringValueEmpty(String stringValueEmpty) voidsetStringValueNull(String stringValueNull)
-
Field Details
-
stringNonExistent
-
stringValueNull
-
stringValueEmpty
-
-
Constructor Details
-
CustomNameStringifier
public CustomNameStringifier()
-
-
Method Details
-
apply
INTERNAL: Stringifies the given name. -
setStringNonExistent
-
getStringNonExistent
-
setStringValueNull
-
getStringValueNull
-
setStringValueEmpty
-
getStringValueEmpty
-