it.tidalwave.util
Interface StringValue

Package class diagram package 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
 String stringValue()
          Returns the String value of this object.
 

Method Detail

stringValue

@Nonnull
String stringValue()
Returns the String value of this object.

Returns:
the string


Copyright © 2009-2011 Tidalwave s.a.s.. All Rights Reserved.