Carbide.c++

Uses of Class
com.nokia.carbide.cpp.epoc.engine.model.mmp.EMMPLanguage

Packages that use EMMPLanguage
com.nokia.carbide.cpp.epoc.engine.model.mmp   
 

Uses of EMMPLanguage in com.nokia.carbide.cpp.epoc.engine.model.mmp
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return EMMPLanguage
static EMMPLanguage EMMPLanguage.forLangCode(int code)
          Get the EMMPLanguage for the given language code
static EMMPLanguage EMMPLanguage.fromCode(java.lang.String value)
          Get a language from a language code.
static EMMPLanguage EMMPLanguage.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EMMPLanguage[] EMMPLanguage.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.mmp that return types with arguments of type EMMPLanguage
 java.util.List<EMMPLanguage> IMMPView.getLanguages()
          access/modify the old-style LANG statement.
 java.util.List<EMMPLanguage> IMMPResource.getLanguages()
          Access/modify the languages to emit (never null)
 java.util.List<EMMPLanguage> IMMPData.getLanguages()
          Get the old-style LANG statement.
 

Method parameters in com.nokia.carbide.cpp.epoc.engine.model.mmp with type arguments of type EMMPLanguage
 void IMMPResource.setLanguages(java.util.List<EMMPLanguage> languages)
          Set language list (may not be null)
 


Carbide.c++