org.pfsw.bif.conversion
Interface IIntegerRepresentation


public interface IIntegerRepresentation

This interface defines the method an object must support, if it wants to represent itself as an integer.


Method Summary
 java.lang.Integer asInteger()
          Returns the integer representation of the implementing object.
 

Method Detail

asInteger

java.lang.Integer asInteger()
Returns the integer representation of the implementing object.