org.apache.geronimo.interop.properties
Class BooleanProperty

java.lang.Object
  extended byorg.apache.geronimo.interop.properties.PropertyType
      extended byorg.apache.geronimo.interop.properties.BooleanProperty

public class BooleanProperty
extends PropertyType


Field Summary
private  boolean defaultValue
           
 
Fields inherited from class org.apache.geronimo.interop.properties.PropertyType
debug
 
Constructor Summary
BooleanProperty(java.lang.Class componentClass, java.lang.String propertyName)
           
 
Method Summary
 BooleanProperty consoleHelp(java.lang.String consoleHelp)
           
 BooleanProperty defaultValue(boolean defaultValue)
           
 BooleanProperty description(java.lang.String description)
           
 BooleanProperty displayName(java.lang.String displayName)
           
 BooleanProperty displayOnlyIf(PropertyType other, java.lang.String value)
           
 boolean getBoolean()
           
 boolean getBoolean(java.lang.String instanceName, PropertyMap props)
           
 boolean getDefaultValue()
           
 java.lang.String getDefaultValueAsString()
           
 BooleanProperty sortOrder(int sortOrder)
           
 
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
 

Field Detail

defaultValue

private boolean defaultValue
Constructor Detail

BooleanProperty

public BooleanProperty(java.lang.Class componentClass,
                       java.lang.String propertyName)
Method Detail

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.