public class ShortStringConverter extends StringConverter<Short>
StringConverter implementation for Short values.
| Constructor and Description |
|---|
ShortStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
Short |
fromString(String text)
Converts the string provided into an object defined by the specific converter.
|
String |
toString(Short value)
Converts the object provided into its string form.
|
public Short fromString(String text)
fromString in class StringConverter<Short>public String toString(Short value)
toString in class StringConverter<Short>Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.