|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.base.Property
byucc.jhdl.base.PropertyBoolean
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 |
public PropertyBoolean(java.lang.String name, boolean value)
name
- the name of the propertyvalue
- the value of the propertypublic PropertyBoolean(java.lang.String name, java.lang.Boolean value)
name
- the name of the propertyvalue
- the value of the property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |