/** * http://wiki.developers.facebook.com/index.php/Event_Categories * Feb 18/09 */ /* Copyright (c) 2009, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Adobe Systems Incorporated nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ package com.facebook.data.events { [Bindable] public class EventSubCategoriesValues { public static const BIRTHDAY_PARTY:Number = 1;//Birthday Party'; public static const COCKTAIL_PARTY:Number = 2;//Cocktail Party'; public static const CLUB_PARTY:Number = 3;//Club Party'; public static const CONCERT:Number = 4;//Concert'; public static const FRATERNITY_SORORITY_PARTY:Number = 5;//Fraternity/Sorority Party'; public static const BUSINESS_MEETING:Number = 6;//Business Meeting'; public static const BARBECUE:Number = 7;//Barbecue'; public static const CARD_NIGHT:Number = 8;//Card Night'; public static const DINNER_PARTY:Number = 9;//Dinner Party'; public static const HOLIDAY_PARTY:Number = 10;//Holiday Party'; public static const NIGHT_OF_MAYHEM:Number = 11;//Night of Mayhem'; public static const MOVIE_TV_NIGHT:Number = 12;//Movie/TV Night'; public static const DRINKING_GAMES:Number = 13;//Drinking Games'; public static const BAR_NIGHT:Number = 14;//Bar Night'; public static const LAN_PARTY:Number = 15;//LAN Party'; public static const STUDY_GROUP:Number = 16;//Study Group'; public static const MIXER:Number = 17;//Mixer'; public static const SLUMBER_PARTY:Number = 18;//Slumber Party'; public static const EROTIC_PARTY:Number = 19;//Erotic Party'; public static const BENEFIT:Number = 20;//Benefit'; public static const GOODBYE_PARTY:Number = 21;//Goodbye Party'; public static const HOUSE_PARTY:Number = 22;//House Party'; public static const REUNION:Number = 23;//Reunion'; public static const FUNDRAISER:Number = 24;//Fundraiser'; public static const PROTEST:Number = 25;//Protest'; public static const RALLY:Number = 26;//Rally'; public static const CLASS:Number = 27;//Class'; public static const LECTURE:Number = 28;//Lecture'; public static const OFFICE_HOURS:Number = 29;//Office Hours'; public static const WORKSHOP:Number = 30;//Workshop'; public static const CLUB_GROUP_MEETING:Number = 31;//Club/Group Meeting'; public static const CONVENTION:Number = 32;//Convention'; public static const DORM_HOUSE_MEETING:Number = 33;//Dorm/House Meeting'; public static const INFORMATIONAL_MEETING:Number = 34 ;//Informational Meeting'; public static const AUDITION:Number = 35;//Audition'; public static const EXHIBIT:Number = 36;//Exhibit'; public static const JAM_SESSION:Number = 37;//Jam Session'; public static const LISTENING_PARTY:Number = 38;//Listening Party'; public static const OPENING:Number = 39;//Opening'; public static const PERFORMANCE:Number = 40;//Performance'; public static const PREVIEW:Number = 41;//Preview'; public static const RECITAL:Number = 42;//Recital'; public static const REHEARSAL:Number = 43;//Rehearsal'; public static const PEP_RALLY:Number = 44;//Pep Rally'; public static const PICK_UP:Number = 45;//Pick-Up'; public static const SPORTING_EVENT:Number = 46;//Sporting Event'; public static const SPORTS_PRACTICE:Number = 47;//Sports Practice'; public static const TOURNAMENT:Number = 48;//Tournament'; public static const CAMPING_TRIP:Number = 49;//Camping Trip'; public static const DAYTRIP:Number = 50;//Daytrip'; public static const GROUP_TRIP:Number = 51;//Group Trip'; public static const ROADTRIP:Number = 52;//Roadtrip'; public static const CARNIVAL:Number = 53;//Carnival'; public static const CEREMONY:Number = 54;//Ceremony'; public static const FESTIVAL:Number = 55;//Festival'; public static const FLEA_MARKET:Number = 56;//Flea Market'; public static const RETAIL:Number = 57;//Retail'; } }