biweekly.property
Class IntegerProperty

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<Integer>
          extended by biweekly.property.IntegerProperty
Direct Known Subclasses:
PercentComplete, Priority, Repeat, Sequence

public class IntegerProperty
extends ValuedProperty<Integer>

Represents a property whose value is an integer.

Author:
Michael Angstadt

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
IntegerProperty(Integer value)
          Creates a new integer property.
 
Method Summary
 
Methods inherited from class biweekly.property.ValuedProperty
getValue, setValue, validate
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerProperty

public IntegerProperty(Integer value)
Creates a new integer property.

Parameters:
value - the property's value


Copyright © 2013 Michael Angstadt. All Rights Reserved.