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, hashCode
public StringParameter(String value)
public String stringify(Stringifier stringifier) throws ReferenceEncodingException
Parameter
Encodings
definition, using provided Stringifier
parameter.Stringifier
ReferenceEncodingException
Copyright © 2005–2017 Alfresco Software. All rights reserved.