Class VariableStringEntryData


public class VariableStringEntryData extends KeyValueEntryData<VariableString>
A type of KeyValueEntryData designed to parse its value as a VariableString. The StringMode may be specified during construction. Constructors without a StringMode parameter assume StringMode.MESSAGE. This data CAN return null if string parsing fails (e.g. the user formatted their string wrong).