byucc.jhdl.base
Class PropertyInt

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

public class PropertyInt
extends Property

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


Constructor Summary
PropertyInt(java.lang.String name, int value)
          Convenience wrapper class for Property, that is always of type Integer.
PropertyInt(java.lang.String name, java.lang.Integer value)
          Convenience wrapper class for Property, that is always of type Integer.
 
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

PropertyInt

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

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

PropertyInt

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

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


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