public class StringParameter extends ValueParameter<String>
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 and Description |
|---|
StringParameter(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
stringify(Stringifier stringifier)
Converts the value attribute into a string representation according to
Encodings definition, using provided Stringifier
parameter. |
equals, getValue, hashCodepublic StringParameter(String value)
public String stringify(Stringifier stringifier) throws ReferenceEncodingException
ParameterEncodings definition, using provided Stringifier
parameter.StringifierReferenceEncodingExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.