Class StringValue
java.lang.Object
com.iohao.net.framework.protocol.wrapper.StringValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringValueCreate a StringValue wrapping the given string.toString()
-
Field Details
-
value
the wrapped string value
-
-
Constructor Details
-
StringValue
public StringValue()
-
-
Method Details
-
of
Create a StringValue wrapping the given string.- Parameters:
value- the string value to wrap- Returns:
- a new StringValue instance
-
toString
-