Package ucar.unidata.util
Class BooleanProperty
java.lang.Object
ucar.unidata.util.BooleanProperty
Provides facilities for boolean properties.
- Version:
- $Revision: 1.14 $ $Date: 2007/03/12 14:09:50 $
- Author:
- Metapps development group.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBooleanProperty
(String id, String name, boolean dflt) _more_BooleanProperty
(String id, String name, String desc, boolean dflt) _more_BooleanProperty
(String id, String name, String desc, Boolean value, boolean dflt) _more_Copy constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
_more__more_boolean
_more_boolean
_more_boolean
_more_getId()
_more_getName()
_more_boolean
getValue()
_more_boolean
hasValue()
_more_void
setDefault
(boolean d) _more_final void
setValue
(boolean newValue) _more_void
setValueInner
(boolean newValue) _more_toString()
_more_
-
Field Details
-
okToPropagatePropertyChange
protected boolean okToPropagatePropertyChange_more_
-
-
Constructor Details
-
BooleanProperty
Copy constructor- Parameters:
that
- the object to copy
-
BooleanProperty
_more_- Parameters:
id
-name
-dflt
-
-
BooleanProperty
_more_- Parameters:
id
-name
-desc
-dflt
-
-
BooleanProperty
_more_- Parameters:
id
-name
-desc
-value
- _more_dflt
-
-
-
Method Details
-
getId
_more_- Returns:
- _more_
-
getName
_more_- Returns:
- _more_
-
getDefault
public boolean getDefault()_more_- Returns:
- _more_
-
setDefault
public void setDefault(boolean d) _more_- Parameters:
d
- _more_
-
getValue
public boolean getValue()_more_- Returns:
- _more_
-
hasValue
public boolean hasValue()_more_- Returns:
- _more_
-
getHaveBeenInitialized
public boolean getHaveBeenInitialized()_more_- Returns:
- _more_
-
setValue
public final void setValue(boolean newValue) _more_- Parameters:
newValue
-
-
setValueInner
_more_- Parameters:
newValue
-- Throws:
Exception
-
addItem
_more_- Parameters:
mi
-
-
createCBMI
_more_- Returns:
- _more_
-
toString
_more_ -
equals
_more_
-