biweekly.property
Class IntegerProperty
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<Integer>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerProperty
public IntegerProperty(Integer value)
- Creates a new integer property.
- Parameters:
value
- the property's value
Copyright © 2013 Michael Angstadt. All Rights Reserved.