cadabra-core / com.fo2rist.cadabra / Variant / name
name
abstract val name:
String
Name of the variant.
Given that variants are implemented as enums it should be always provided by Enum.name
with not implementation required for Kotlin.
For java implement String getName()
by delegating to java.lang.Enum.name.