public int hashCode() { int result; result = descriptor.hashCode(); result = 31 * result + (property != null ? property.hashCode() : 0); return result; }