Package | Description |
---|---|
javax.microedition.swm |
[OPTIONAL] Provides extended software management features to MEEP 8.
|
Modifier and Type | Method and Description |
---|---|
static SuiteStateFlag |
SuiteStateFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuiteStateFlag[] |
SuiteStateFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SuiteInstaller |
SuiteManager.getSuiteInstaller(byte[] instData,
int offset,
int length,
boolean ignoreUpdateLock,
SuiteStateFlag suiteInitialState)
Returns
SuiteInstaller . |
SuiteInstaller |
SuiteManager.getSuiteInstaller(java.lang.String locationUrl,
boolean ignoreUpdateLock,
SuiteStateFlag suiteInitialState)
Returns
SuiteInstaller . |
boolean |
Suite.isSuiteState(SuiteStateFlag state)
Checks whether the specified flag is set.
|
void |
Suite.setSuiteState(SuiteStateFlag state,
boolean value)
Sets the specified flag to the specified value.
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.