public static final class Properties.Property<T> extends Object
private static AtomicInteger
counter
private String
name
private int
number
private Class<T>
type
Property(Class<T> type, String name)
String
getName()
int
getNumber()
Class<T>
getType()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private static AtomicInteger counter
private final String name
private final Class<T> type
private final int number
public Property(Class<T> type, String name)
public String toString()
toString
Object
public Class<T> getType()
public String getName()
public int getNumber()