Carbide.c++

Uses of Class
com.nokia.carbide.cpp.epoc.engine.model.ETristateFlag

Packages that use ETristateFlag
com.nokia.carbide.cpp.epoc.engine.model   
com.nokia.carbide.cpp.sdk.core   
 

Uses of ETristateFlag in com.nokia.carbide.cpp.epoc.engine.model
 

Methods in com.nokia.carbide.cpp.epoc.engine.model that return ETristateFlag
static ETristateFlag ETristateFlag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ETristateFlag[] ETristateFlag.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ETristateFlag in com.nokia.carbide.cpp.sdk.core
 

Methods in com.nokia.carbide.cpp.sdk.core that return ETristateFlag
 ETristateFlag IBSFPlatform.getCompileWithParent()
          Get the compile with parent flag for this BSF in isolation.
 


Carbide.c++