001//
002// NAME
003//      Const.java
004//
005// COPYRIGHT
006//      Confidential Property of Kabira Technologies, Inc.
007//      Copyright 2007, 2008 by Kabira Technologies, Inc.
008//      All rights reserved.
009//
010// DESCRIPTION
011//
012// HISTORY
013//     $Revision: 1.1.2.29 $ $Date: 2009/05/07 06:07:01 $
014//
015// WARNINGS
016//      THIS FILE IS GENERATED, DO NOT EDIT
017//
018
019package com.kabira.platform.swtimer;
020
021import java.util.*;
022import com.kabira.platform.annotation.*;
023
024/**
025Constant definitions for com.kabira.platform.swtimer package.
026*/
027public class Const
028{
029
030        /**
031        <p>
032Invalid Timer Identifier
033<p>
034This value is guaranteed to be an invalid TimerId.
035
036        */
037        public static native final String InvalidTimerId();
038        private Const() { }
039}