Class StringValue
java.lang.Object
org.mule.runtime.extension.api.dsql.Value<String>
org.mule.runtime.extension.internal.value.StringValue
Value implementation, that represents a String.- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringValuefromLiteral(String literal) getValueWrappedWith(char wrap) toString()Methods inherited from class org.mule.runtime.extension.api.dsql.Value
getValue
-
Constructor Details
-
StringValue
-
-
Method Details
-
fromLiteral
-
getValueWrappedWith
-
toString
- Overrides:
toStringin classorg.mule.runtime.extension.api.dsql.Value<String>
-