Uses of Class
org.eclipse.epsilon.eol.exceptions.models.EolEnumerationValueNotFoundException
-
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.bibtex
Methods in org.eclipse.epsilon.emc.bibtex that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
BibtexModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.composite
Methods in org.eclipse.epsilon.emc.composite that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
CompositeModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.csv
Methods in org.eclipse.epsilon.emc.csv that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
CsvModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.emf
Methods in org.eclipse.epsilon.emc.emf that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
AbstractEmfModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.html
Methods in org.eclipse.epsilon.emc.html that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
HtmlModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.hutn
Methods in org.eclipse.epsilon.emc.hutn that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
HutnModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.jdt
Methods in org.eclipse.epsilon.emc.jdt that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
JdtModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.muddle
Methods in org.eclipse.epsilon.emc.muddle that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
MuddleModel. getEnumerationValue(String arg0, String arg1)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.plainxml
Methods in org.eclipse.epsilon.emc.plainxml that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
PlainXmlModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.simulink.model
Methods in org.eclipse.epsilon.emc.simulink.model that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
AbstractSimulinkModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.emc.yaml
Methods in org.eclipse.epsilon.emc.yaml that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
YamlModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.eol.models
Methods in org.eclipse.epsilon.eol.models that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
CachedModelTests.SimpleCachedModel. getEnumerationValue(String enumeration, String label)
Object
IModel. getEnumerationValue(String enumeration, String label)
Object
ModelGroup. getEnumerationValue(String enumeration, String label)
Object
ModelReference. getEnumerationValue(String enumeration, String label)
Object
ModelRepository. getEnumerationValue(String modelAndEnumerationAndLabel)
Resolves the enumeration literal corresponding to a given label of the form(MODEL '!')? TYPE? '#' LABEL
. -
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.eol.models.java
Methods in org.eclipse.epsilon.eol.models.java that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
JavaModel. getEnumerationValue(String enumeration, String label)
Object
JavaObjectModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.epl.execute.model
Methods in org.eclipse.epsilon.epl.execute.model that throw EolEnumerationValueNotFoundException Modifier and Type Method Description Object
PatternMatchModel. getEnumerationValue(String enumeration, String label)
-
Uses of EolEnumerationValueNotFoundException in org.eclipse.epsilon.flock.emc.wrappers
Methods in org.eclipse.epsilon.flock.emc.wrappers that throw EolEnumerationValueNotFoundException Modifier and Type Method Description void
ModelTests. getIdentityDelegatesToUnderlyingModel()
void
ModelTests. setIdentityDelegatesToUnderlyingModel()
-