Carbide.c++

Uses of Class
com.nokia.carbide.cpp.epoc.engine.model.bldinf.IMakefileReference.EMakeEngine

Packages that use IMakefileReference.EMakeEngine
com.nokia.carbide.cpp.epoc.engine.model.bldinf   
 

Uses of IMakefileReference.EMakeEngine in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 

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

Methods in com.nokia.carbide.cpp.epoc.engine.model.bldinf with parameters of type IMakefileReference.EMakeEngine
 void IMakefileReference.setMakeEngine(IMakefileReference.EMakeEngine engine)
          Set the make engine
 


Carbide.c++