Uses of Class
iotmodel.LanguageList
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of LanguageList in iotmodel
Fields in iotmodel with type parameters of type LanguageList Modifier and Type Field Description static List<LanguageList>LanguageList. VALUESA public read-only list of all the 'Language List' enumerators.Methods in iotmodel that return LanguageList Modifier and Type Method Description static LanguageListLanguageList. get(int value)Returns the 'Language List' literal with the specified integer value.static LanguageListLanguageList. get(String literal)Returns the 'Language List' literal with the specified literal value.static LanguageListLanguageList. getByName(String name)Returns the 'Language List' literal with the specified name.LanguageListProgrammingModel. getLanguage()Returns the value of the 'Language' attribute.static LanguageListLanguageList. valueOf(String name)Returns the enum constant of this type with the specified name.static LanguageList[]LanguageList. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in iotmodel with parameters of type LanguageList Modifier and Type Method Description voidProgrammingModel. setLanguage(LanguageList value)Sets the value of the 'Language' attribute. -
Uses of LanguageList in iotmodel.impl
Fields in iotmodel.impl declared as LanguageList Modifier and Type Field Description protected LanguageListProgrammingModelImpl. languageThe cached value of the 'Language' attribute.protected static LanguageListProgrammingModelImpl. LANGUAGE_EDEFAULTThe default value of the 'Language' attribute.Methods in iotmodel.impl that return LanguageList Modifier and Type Method Description LanguageListIotmodelFactoryImpl. createLanguageListFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)LanguageListProgrammingModelImpl. getLanguage()Methods in iotmodel.impl with parameters of type LanguageList Modifier and Type Method Description voidProgrammingModelImpl. setLanguage(LanguageList newLanguage) -
Uses of LanguageList in iotmodel.util
Methods in iotmodel.util with parameters of type LanguageList Modifier and Type Method Description booleanIotmodelValidator. validateLanguageList(LanguageList languageList, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)