it.tidalwave.util
Interface StringValue
- All Known Implementing Classes:
- Id, Key
public interface StringValue
This interface should be implemented by classes for which is meaningful to be converted into a String
.
- Version:
- $Id$
- Author:
- Fabrizio Giudici
- Status: stable API
Method Summary |
java.lang.String |
stringValue()
Returns the String value of this object. |
stringValue
@Nonnull
java.lang.String stringValue()
- Returns the
String
value of this object.
- Returns:
- the string
Copyright © 2009-2011 Tidalwave s.a.s.. All Rights Reserved.