rcf.core.framework.component
Interface ReflectedParameter<T>

All Known Implementing Classes:
ReflectedParameter.Default

@Revision(value="$Revision: 1.2 $",
          date="$Date: 2006/12/06 16:45:12 $",
          tag="$Name:  $")
public interface ReflectedParameter<T>

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.2 $
Author:
Greg Gibeling

Nested Class Summary
static class ReflectedParameter.Default<T>
          TODO: Javadoc
 
Method Summary
 String name()
          TODO: Javadoc
 Type type()
          TODO: Javadoc The type of this parameter.
 PropertyUse use()
          TODO: Javadoc The use of this ReflectedOperation parameter.
 

Method Detail

name

String name()
TODO: Javadoc

Returns:

type

Type type()
TODO: Javadoc The type of this parameter.

Returns:

use

PropertyUse use()
TODO: Javadoc The use of this ReflectedOperation parameter.