org.pfsw.bif.text
Interface IStringRepresentation

All Known Subinterfaces:
IEnumType, IFieldName, IStringConstant
All Known Implementing Classes:
JsonSyntaxElement

public interface IStringRepresentation

This interface defines the method an object must support, if it wants to provide its string representation other than by the method toString().


Method Summary
 java.lang.String asString()
          Returns the string representation of the implementing object.
 

Method Detail

asString

java.lang.String asString()
Returns the string representation of the implementing object.