public abstract class Property<T> extends Object
protected String
name
protected Class<T>
type
protected
Property(String name, Class<T> type)
String
getName()
Class<T>
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String name
protected final Class<T> type
protected Property(String name, Class<T> type)
public String getName()
public Class<T> getType()
Copyright © 2012–2014. All rights reserved.