com.moyosoft.connector.ms.outlook.appointment
Class NetMeetingType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.appointment.NetMeetingType

public class NetMeetingType
extends com.moyosoft.util.AbstractType


Field Summary
static NetMeetingType EXCHANGE_CONFERENCING
           
static NetMeetingType NET_MEETING
           
static NetMeetingType NET_SHOW
           
 
Method Summary
static NetMeetingType getById(int pId)
           
 boolean isExchangeConferencing()
           
 boolean isNetMeeting()
           
 boolean isNetShow()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NET_MEETING

public static final NetMeetingType NET_MEETING

NET_SHOW

public static final NetMeetingType NET_SHOW

EXCHANGE_CONFERENCING

public static final NetMeetingType EXCHANGE_CONFERENCING
Method Detail

getById

public static NetMeetingType getById(int pId)

isNetMeeting

public boolean isNetMeeting()

isNetShow

public boolean isNetShow()

isExchangeConferencing

public boolean isExchangeConferencing()