org.pfsw.bif.conversion
Interface ILongRepresentation


public interface ILongRepresentation

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


Method Summary
 java.lang.Long asLong()
          Returns the long representation of the implementing object.
 

Method Detail

asLong

java.lang.Long asLong()
Returns the long representation of the implementing object.