org.rapla.entities.domain
Class RepeatingType
java.lang.Object
org.rapla.entities.domain.RepeatingType
- All Implemented Interfaces:
- Serializable
public class RepeatingType
- extends Object
- implements Serializable
Currently Rapla supports the following types:
weekly
daily
- See Also:
- Serialized Form
WEEKLY
public static RepeatingType WEEKLY
DAILY
public static RepeatingType DAILY
MONTHLY
public static RepeatingType MONTHLY
YEARLY
public static RepeatingType YEARLY
is
public boolean is(RepeatingType other)
findForString
public static RepeatingType findForString(String string)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2000-2006 Rapla Team. All Rights Reseserved.