Searched refs:PropertyBoolean (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestMethods.java40 PropertyBoolean, enum constant in enum:Fire
68 if ((this.state != null) && (this.state != Fire.PropertyBoolean) && (this.state != Fire.PropertyInteger))
89 this.state = Fire.PropertyBoolean;
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestMethods.java39 PropertyBoolean, enum constant in enum:Fire
73 if ((this.state != null) && (this.state != Fire.PropertyBoolean) && (this.state != Fire.PropertyInteger))
94 this.state = Fire.PropertyBoolean;

Completed in 607 milliseconds