gov.nih.nlm.util
Interface ObjectXMLSerializer.Primitive

Enclosing interface:
ObjectXMLSerializer

public static interface ObjectXMLSerializer.Primitive

Anything implementing this method should also have a static newInstance(String) method.


Method Summary
 String getPrimitiveValue()
          Returns the value as a String.
 

Method Detail

getPrimitiveValue

public String getPrimitiveValue()
Returns the value as a String. The static newInstance method takes this string value and produces a populated object.

Returns:
a String representation


Copyright ©2005