Uses of Class
org.opencrx.application.airsync.datatypes.AttendeeType

Packages that use AttendeeType
org.opencrx.application.airsync.datatypes   
 

Uses of AttendeeType in org.opencrx.application.airsync.datatypes
 

Methods in org.opencrx.application.airsync.datatypes that return AttendeeType
 AttendeeType AttendeeT.getAttendeeType()
           
static AttendeeType AttendeeType.toAttendeeType(int value)
           
static AttendeeType AttendeeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttendeeType[] AttendeeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.opencrx.application.airsync.datatypes with parameters of type AttendeeType
 void AttendeeT.setAttendeeType(AttendeeType attendeeType)
           
 

Constructors in org.opencrx.application.airsync.datatypes with parameters of type AttendeeType
AttendeeT(String email, String name, AttendeeStatus attendeeStatus, AttendeeType attendeeType)
           
 



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.