com.sap.ip.collaboration.gw.api.enum
Class GroupwareItemType

java.lang.Object
  |
  +--com.sap.ip.collaboration.gw.api.enum.AbstractEnum
        |
        +--com.sap.ip.collaboration.gw.api.enum.GroupwareItemType
All Implemented Interfaces:
java.io.Serializable

public class GroupwareItemType
extends AbstractEnum

Enumeration class for different groupware item types

Copyright (c) SAP 2002

Version:
$Revision: 1.0$
See Also:
Serialized Form

Inner classes inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum
AbstractEnum.StringIterator
 
Field Summary
static GroupwareItemType ATTACHMENT
           
static GroupwareItemType AVAILABILITYINFO
           
static GroupwareItemType CALENDAR
          Calendar item type
static GroupwareItemType CONTACT
          Contact item type
private static java.util.Map instances
           
static GroupwareItemType MAIL
          Mail item type
static GroupwareItemType TASK
          Task item type
 
Fields inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum
value
 
Constructor Summary
private GroupwareItemType(java.lang.String value)
           
 
Method Summary
static GroupwareItemType getEnumByString(java.lang.String value)
           
static java.util.Iterator stringValues()
           
 
Methods inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum
getStringValue, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

ATTACHMENT

public static final GroupwareItemType ATTACHMENT

AVAILABILITYINFO

public static final GroupwareItemType AVAILABILITYINFO

CALENDAR

public static final GroupwareItemType CALENDAR
Calendar item type

CONTACT

public static final GroupwareItemType CONTACT
Contact item type

instances

private static java.util.Map instances

MAIL

public static final GroupwareItemType MAIL
Mail item type

TASK

public static final GroupwareItemType TASK
Task item type
Constructor Detail

GroupwareItemType

private GroupwareItemType(java.lang.String value)
Method Detail

getEnumByString

public static GroupwareItemType getEnumByString(java.lang.String value)

stringValues

public static java.util.Iterator stringValues()