rcf.core.util.reference
Class ReferenceHelpers

java.lang.Object
  extended by rcf.core.util.reference.ReferenceHelpers

@Revision(value="$Revision: 1.4 $",
          date="$Date: 2006/12/02 23:14:08 $",
          tag="$Name:  $")
public abstract class ReferenceHelpers
extends Object

TODO: Javadoc Helper functions for references.

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize

Version:
$Revision: 1.4 $
Author:
Greg Gibeling

Constructor Summary
private ReferenceHelpers()
          TODO: Javadoc Dummy constructor to ensure that this class is never instantiated.
 
Method Summary
static
<T> Reference<T>
constructFromType(Reference.Type type, T o)
          TODO: Javadoc
static boolean test1()
          TODO: Javadoc TODO: Unit test javadoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceHelpers

private ReferenceHelpers()
TODO: Javadoc Dummy constructor to ensure that this class is never instantiated.

Method Detail

constructFromType

public static final <T> Reference<T> constructFromType(Reference.Type type,
                                                       T o)
TODO: Javadoc

Type Parameters:
T -
Parameters:
type -
o -
Returns:

test1

@TestMethod
public static final boolean test1()
TODO: Javadoc TODO: Unit test javadoc

Returns:
true if this test has passed.