public interface GenericValue<T>
getStringValue()
, and resolving to
the result of getValue()
method.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringValue() |
T |
getValue() |
java.lang.String getStringValue()
getValue()
returns null, this method
can return something more descriptive.T getValue()
String
, one uses
getStringValue()
method instead.