com.natpryce.makeiteasy
Class Property<T,V>

java.lang.Object
  extended by com.natpryce.makeiteasy.Property<T,V>
Type Parameters:
T - the type of object that has the property
V - the type of the value of the property

public class Property<T,V>
extends Object

An opaque "handle" that represents a property of of some type of object. For example, if a Person object has a name property of type String, that property would be represented by an instance of Property.


Constructor Summary
Property()
           
 
Method Summary
static
<T,V> Property<T,V>
newProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

newProperty

public static <T,V> Property<T,V> newProperty()


Copyright © 2010. All Rights Reserved.