Method toString(boolean b)
Return type:
java.lang.String
Member of:
java.lang.Boolean
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
debug("exists:"+ Boolean.toString(topDir.exists()));
2
else if (enabledNode.getNodeValue().equals(Boolean.toString(true)))
3
enabled.setValue(data.isEnabled() ? Boolean.toString(true) : Boolean.toString(false)); //$NON-NLS-1$ //$NON-NLS-2$
4
addProperty(name, CHOICE_BOOLEAN, Boolean.toString(value), isRequired, desc, true);
5
addProperty(name, CHOICE_BOOLEAN, Boolean.toString(value), isRequired, desc, false);
6
Boolean.toString(DEFAULT_INCLUDE_DESCRIPTOR_IN_RESPONSE))).booleanValue();
7
ip.setProperty(MONITOR_ENABLED_PROPERTY_NAME, Boolean.toString(enable));
8
sKeyValue = pApplicationProperties.getProperty(sKeyName,Boolean.toString(bDefault));
9
org.netbeans.jemmy.JemmyProperties.getCurrentOutput().printLine("IN HERE" + Boolean.toString(((JMenu)result).isPopupMenuVisible()));
10
m.put("debug", Boolean.toString(log.isDebugEnabled()));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.