Uses of Class
org.jcoderz.commons.FooLong

Packages that use FooLong
org.jcoderz.commons   
 

Uses of FooLong in org.jcoderz.commons
 

Fields in org.jcoderz.commons declared as FooLong
static FooLong FooLong.CONSTANT_VALUE
          Additional Constant defined in the XML document.
 

Methods in org.jcoderz.commons that return FooLong
static FooLong FooLong.fromLong(long id)
          Construct a FooLong object from its long representation.
static FooLong FooLong.fromLong(Long id)
          Construct a FooLong object from its Long representation.
static FooLong FooLong.fromString(String s)
          Construct a FooLong object from its string representation.
static FooLong FooLong.random()
          Generates a random FooLong object.
 



Copyright 2007 The jCoderZ Project.