Oracle Java Wireless Client

com.sun.ams
Interface LibSuite

All Superinterfaces:
SuiteInfo

public interface LibSuite
extends SuiteInfo

Dynamic Component descriptor


Field Summary
static int LT_REGULAR
           
static int LT_SYSTEM
          types of Library Suite
 
Fields inherited from interface com.sun.ams.SuiteInfo
ST_APPLICATION, ST_INVALID, ST_LIBRARY, ST_LINK, STATE_AVAILABLE, STATE_ENABLED, STATE_HIDDEN, STATE_REMOVE_DENIED, STATE_UPDATE_DENIED
 
Method Summary
 int getType()
          Gets type of the Dynamic Component as one of the predifined constats
 
Methods inherited from interface com.sun.ams.SuiteInfo
getAvailableProperties, getDownloadUrl, getIcon, getName, getProperty, getSettings, getState, getSuiteType, getVendor, remove, remove, setState
 

Field Detail

LT_SYSTEM

static final int LT_SYSTEM
types of Library Suite

See Also:
Constant Field Values

LT_REGULAR

static final int LT_REGULAR
See Also:
Constant Field Values
Method Detail

getType

int getType()
Gets type of the Dynamic Component as one of the predifined constats

Returns:
Dynamic Component type

Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.