org.apache.geronimo.interop.properties
Class BooleanProperty
java.lang.Object
org.apache.geronimo.interop.properties.PropertyType
org.apache.geronimo.interop.properties.BooleanProperty
- public class BooleanProperty
- extends PropertyType
| Fields inherited from class org.apache.geronimo.interop.properties.PropertyType |
debug |
|
Constructor Summary |
BooleanProperty(java.lang.Class componentClass,
java.lang.String propertyName)
|
| Methods inherited from class org.apache.geronimo.interop.properties.PropertyType |
badPropertyValue, badPropertyValue, badPropertyValue, expectedNumberInRange, expectedNumberInRange, expectedTrueOrFalse, expectedValueInList, getComponentClass, getComponentProperties, getConsoleHelp, getContext, getDescription, getDisplayName, getDisplayOnlyIfOther, getDisplayOnlyIfValue, getLog, getPropertyName, getSortOrder, isList, isReadOnly, logPropertyValue, setConsoleHelp, setDescription, setDisplayName, setDisplayOnlyIf, setSortOrder |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultValue
private boolean defaultValue
BooleanProperty
public BooleanProperty(java.lang.Class componentClass,
java.lang.String propertyName)
displayName
public BooleanProperty displayName(java.lang.String displayName)
displayOnlyIf
public BooleanProperty displayOnlyIf(PropertyType other,
java.lang.String value)
description
public BooleanProperty description(java.lang.String description)
consoleHelp
public BooleanProperty consoleHelp(java.lang.String consoleHelp)
sortOrder
public BooleanProperty sortOrder(int sortOrder)
defaultValue
public BooleanProperty defaultValue(boolean defaultValue)
getDefaultValue
public boolean getDefaultValue()
getDefaultValueAsString
public java.lang.String getDefaultValueAsString()
- Overrides:
getDefaultValueAsString in class PropertyType
getBoolean
public boolean getBoolean()
getBoolean
public boolean getBoolean(java.lang.String instanceName,
PropertyMap props)
Copyright © 2005 Apache Software Foundation. All Rights Reserved.