1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package javax
.microedition
.swm
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
15 * This represents a flag which may be associated with a suite.
20 public enum SuiteStateFlag
26 /** Enabled, the application or library may be used. */
30 /** The application or library is pre-installed with the system. */
34 /** Remove is not supported. */
38 /** A suite provided by the system. */
42 /** The suite cannot be updated. */