Package org.bedework.util.calendar
Interface ScheduleMethods
-
- All Superinterfaces:
Serializable
public interface ScheduleMethods extends Serializable
- Author:
- douglm
-
-
Field Summary
Fields Modifier and Type Field Description static String[]methodsRFC methodsstatic intmethodTypeAddstatic intmethodTypeCancelstatic intmethodTypeCounterstatic intmethodTypeDeclineCounterstatic intmethodTypeNonestatic intmethodTypePollStatusstatic intmethodTypePublishstatic intmethodTypeRefreshstatic intmethodTypeReplystatic intmethodTypeRequeststatic intmethodTypeUnknown
-
-
-
Field Detail
-
methodTypeNone
static final int methodTypeNone
- See Also:
- Constant Field Values
-
methodTypePublish
static final int methodTypePublish
- See Also:
- Constant Field Values
-
methodTypeRequest
static final int methodTypeRequest
- See Also:
- Constant Field Values
-
methodTypeReply
static final int methodTypeReply
- See Also:
- Constant Field Values
-
methodTypeAdd
static final int methodTypeAdd
- See Also:
- Constant Field Values
-
methodTypeCancel
static final int methodTypeCancel
- See Also:
- Constant Field Values
-
methodTypeRefresh
static final int methodTypeRefresh
- See Also:
- Constant Field Values
-
methodTypeCounter
static final int methodTypeCounter
- See Also:
- Constant Field Values
-
methodTypeDeclineCounter
static final int methodTypeDeclineCounter
- See Also:
- Constant Field Values
-
methodTypePollStatus
static final int methodTypePollStatus
- See Also:
- Constant Field Values
-
methodTypeUnknown
static final int methodTypeUnknown
- See Also:
- Constant Field Values
-
methods
static final String[] methods
RFC methods
-
-