Searched defs:Setting (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagementAssertion.java56 public static enum Setting { NOT_SET, OFF, ON } enum in class:ManagementAssertion
170 public Setting monitoringAttribute() {
172 Setting result = Setting.NOT_SET;
176 result = Setting.ON;
179 result = Setting.OFF;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h143 } Setting; typedef in typeref:enum:_Setting
736 jobject gtk2_get_setting(JNIEnv *env, Setting property);

Completed in 54 milliseconds