com.natpryce.makeiteasy
Class Property<T,V>
java.lang.Object
com.natpryce.makeiteasy.Property<T,V>
- Type Parameters:
T - the type of object that has the propertyV - 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
newProperty
public static <T,V> Property<T,V> newProperty()
Copyright © 2010. All Rights Reserved.