org.ow2.util.auditreport.api
Interface IEncodableType<TypeObject>

All Known Subinterfaces:
IDisplayableType<TypeObject>

public interface IEncodableType<TypeObject>

Interface which describing an encodable object.

Author:
Vincent Michaud

Method Summary
 TypeObject fromString(String strObject)
          Create a new object from a string.
 String toString(TypeObject object)
          Convert an object into a string.
 

Method Detail

toString

String toString(TypeObject object)
Convert an object into a string.

Parameters:
object - The object
Returns:
A string representation of the object.

fromString

TypeObject fromString(String strObject)
Create a new object from a string.

Parameters:
strObject - The string
Returns:
The new object


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.