001// 002// NAME 003// Const.java 004// 005// COPYRIGHT 006// Copyright 1996-2014 Cloud Software Group, Inc. ALL RIGHTS RESERVED. 007// Cloud Software Group, Inc. Confidential Information 008// 009// DESCRIPTION 010// 011// HISTORY 012// $Revision: 1.1.2.30 $ $Date: 2014/02/06 20:35:11 $ 013// 014// WARNINGS 015// THIS FILE IS GENERATED, DO NOT EDIT 016// 017 018package com.kabira.platform.swtimer; 019 020import java.util.*; 021import com.kabira.platform.annotation.*; 022 023/** 024Constant definitions for com.kabira.platform.swtimer package. 025*/ 026public class Const 027{ 028 029 /** 030 <p> 031Invalid Timer Identifier 032<p> 033This value is guaranteed to be an invalid TimerId. 034 035 */ 036 public static native final String InvalidTimerId(); 037 private Const() { } 038}