public abstract class Property extends Object implements Comparable<Property>, Serializable
protected String
name
protected
Property(String name)
int
compareTo(Property o)
String
getName()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected final String name
protected Property(String name)
public int compareTo(Property o)
compareTo
Comparable<Property>
public String getName()
public String toString()
toString
Object
Copyright © 2018. All rights reserved.