it.tidalwave.util
Interface StringValue

Package class diagram package 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 37ca11d2e2ec 2011/02/14 15:26:27 fabrizio $
Author:
Fabrizio Giudici
Status: stable API

Method Summary
 java.lang.String stringValue()
          Returns a String representing this object.
 

Method Detail

stringValue

@Nonnull
java.lang.String stringValue()
Returns a String representing this object.

Returns:
the string


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