Class Profile.StringParameter

  • Enclosing class:
    Profile

    public final class Profile.StringParameter
    extends Profile.Parameter<Profile.StringParameter,​CharSequence>
    Represents a parameter whose value is a string.

    Note: Usage of CharSequence instead of string is a hack to avoid the following compilation error: Methods defaultValue(T) from Profile.Parameter and defaultValue(String) from Parameter are inherited  with the same signature.