Package org.alfresco.repo.virtual.ref
Class StringParameter
- All Implemented Interfaces:
Parameter
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstringify(Stringifier stringifier) Converts the value attribute into a string representation according toEncodingsdefinition, using providedStringifierparameter.Methods inherited from class org.alfresco.repo.virtual.ref.ValueParameter
equals, getValue, hashCode
-
Constructor Details
-
StringParameter
-
-
Method Details
-
stringify
Description copied from interface:ParameterConverts the value attribute into a string representation according toEncodingsdefinition, using providedStringifierparameter.- Returns:
- the string representation of this parameter as provided by the given
Stringifier - Throws:
ReferenceEncodingException
-