byucc.jhdl.base
Class PropertyBoolean

java.lang.Object
  extended bybyucc.jhdl.base.Property
      extended bybyucc.jhdl.base.PropertyBoolean

public class PropertyBoolean
extends Property

Convenience wrapper class for Property, that is always of type Boolean.


Constructor Summary
PropertyBoolean(java.lang.String name, boolean value)
          Convenience wrapper class for Property, that is always of type Boolean.
PropertyBoolean(java.lang.String name, java.lang.Boolean value)
          Convenience wrapper class for Property, that is always of type Boolean.
 
Methods inherited from class byucc.jhdl.base.Property
bvalue, bvalue, getName, getType, getValue, isVisible, isVisible, ivalue, ivalue, setValue, svalue, svalue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyBoolean

public PropertyBoolean(java.lang.String name,
                       boolean value)
Convenience wrapper class for Property, that is always of type Boolean.

Parameters:
name - the name of the property
value - the value of the property

PropertyBoolean

public PropertyBoolean(java.lang.String name,
                       java.lang.Boolean value)
Convenience wrapper class for Property, that is always of type Boolean.

Parameters:
name - the name of the property
value - the value of the property


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.