Class StringParameter

java.lang.Object
org.alfresco.repo.virtual.ref.ValueParameter<String>
org.alfresco.repo.virtual.ref.StringParameter
All Implemented Interfaces:
Parameter

public class StringParameter extends ValueParameter<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.