Class StringParameter

  • All Implemented Interfaces:
    Parameter

    public class StringParameter
    extends ValueParameter<java.lang.String>
    Helper class that has one String as a value attribute, value that can be retrieved and used in virtualization process.

    It also provides the possibility of converting the value attribute into a string representation according to Encodings definition, using provided Stringifier objects.