All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.syncbuilder.storage.appointment.repeat
java.lang.Object
   |
   +----com.syncbuilder.storage.appointment.repeat

  Summary

public class  repeat
     extends java.lang.Object
     implements java.io.Serializable
{
          // Fields 6
     public static final repeat Daily;
     public static final repeat MonthlyByDate;
     public static final repeat MonthlyByDay;
     public static final repeat None;
     public static final repeat Weekly;
     public static final repeat Yearly;

          // Methods 6
     public static repeat get(int);
     public static repeat get(String);
     public static String[] getNames();

     public String getName();
     public int getValue();
     public String toString();
}

Type-safe representation of various repeat-types


  Cross Reference

Returned By:
repeat.get(), repeat.get()





  Fields

· None

Summary  |  Top
   public static final repeat None


· Daily

Summary  |  Top
   public static final repeat Daily


· Weekly

Summary  |  Top
   public static final repeat Weekly


· MonthlyByDay

Summary  |  Top
   public static final repeat MonthlyByDay


· MonthlyByDate

Summary  |  Top
   public static final repeat MonthlyByDate


· Yearly

Summary  |  Top
   public static final repeat Yearly


  Methods

· get

Summary  |  Top

   public static repeat get(int value) 


· get

Summary  |  Top
   public static repeat get(String value) 


· getNames

Summary  |  Top
   public static String[] getNames() 


· toString

Summary  |  Top
   public String toString() 
Overrides:
toString in class Object


· getValue

Summary  |  Top
   public int getValue() 


· getName

Summary  |  Top
   public String getName() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7