it.tidalwave.util
Interface StringValue
- All Known Implementing Classes:
- Id
public interface StringValue
This interface describes the behavior of classes that can be converted into a String
.
- Version:
- $Id: StringValue.java,v 1fac844c8d8a 2010/03/21 17:00:04 fabrizio $
- Author:
- Fabrizio Giudici
- Status: stable API
Method Summary |
java.lang.String |
stringValue()
Returns a String representing this object. |
stringValue
@Nonnull
java.lang.String stringValue()
- Returns a
String
representing this object.
- Returns:
- the string
Copyright © 2009-2010 Tidalwave s.a.s.. All Rights Reserved.