Uses of Class
com.filenet.api.constants.AddOnType

Packages that use AddOnType
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
 

Uses of AddOnType in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return AddOnType
 AddOnType AddOn.get_AddOnType()
          Returns the value of the AddOnType property.
 

Methods in com.filenet.api.admin with parameters of type AddOnType
 void AddOn.set_AddOnType(AddOnType value)
          Sets the value of the AddOnType property.
 

Uses of AddOnType in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as AddOnType
static AddOnType AddOnType.OPTIONAL
          Specifies that the installation of an add-on is optional.
static AddOnType AddOnType.RECOMMENDED
          Specifies that the installation of an add-on is recommended.
 

Methods in com.filenet.api.constants that return AddOnType
static AddOnType AddOnType.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.