org.jcoderz.commons
Interface RestrictedLong

All Superinterfaces:
StrongType
All Known Implementing Classes:
FooLong, RestrictedLong, SampleLong

public interface RestrictedLong
extends StrongType

Interface that is supported by all RestrictedLong classes.

Author:
Andreas Mandel

Method Summary
 long toLong()
          Returns the long representation of this RestrictedLong object.
 Long toLongObject()
          Returns the Long representation of this RestrictedLong object.
 

Method Detail

toLong

long toLong()
Returns the long representation of this RestrictedLong object.

Returns:
the long representation of this RestrictedLong object.

toLongObject

Long toLongObject()
Returns the Long representation of this RestrictedLong object.

Returns:
the Long representation of this RestrictedLong object.


Copyright 2007 The jCoderZ Project.