Uses of Interface
de.gebit.integrity.dsl.ResultName
-
Packages that use ResultName Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.ui.utils de.gebit.integrity.utils -
-
Uses of ResultName in de.gebit.integrity.dsl
Subinterfaces of ResultName in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceArbitraryParameterOrResultNameA representation of the model object 'Arbitrary Parameter Or Result Name'.interfaceFixedResultNameA representation of the model object 'Fixed Result Name'.Methods in de.gebit.integrity.dsl that return ResultName Modifier and Type Method Description ResultNameDslFactory. createResultName()Returns a new object of class 'Result Name'.ResultNameNamedCallResult. getName()Returns the value of the 'Name' containment reference.ResultNameNamedResult. getName()Returns the value of the 'Name' containment reference.ResultNameResultTableHeader. getName()Returns the value of the 'Name' containment reference.Methods in de.gebit.integrity.dsl with parameters of type ResultName Modifier and Type Method Description voidNamedCallResult. setName(ResultName value)Sets the value of the 'Name' containment reference.voidNamedResult. setName(ResultName value)Sets the value of the 'Name' containment reference.voidResultTableHeader. setName(ResultName value)Sets the value of the 'Name' containment reference. -
Uses of ResultName in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement ResultName Modifier and Type Class Description classArbitraryParameterOrResultNameImplAn implementation of the model object 'Arbitrary Parameter Or Result Name'.classFixedResultNameImplAn implementation of the model object 'Fixed Result Name'.classResultNameImplAn implementation of the model object 'Result Name'.Fields in de.gebit.integrity.dsl.impl declared as ResultName Modifier and Type Field Description protected ResultNameNamedCallResultImpl. nameThe cached value of the 'Name' containment reference.protected ResultNameNamedResultImpl. nameThe cached value of the 'Name' containment reference.protected ResultNameResultTableHeaderImpl. nameThe cached value of the 'Name' containment reference.Methods in de.gebit.integrity.dsl.impl that return ResultName Modifier and Type Method Description ResultNameDslFactoryImpl. createResultName()ResultNameNamedCallResultImpl. getName()ResultNameNamedResultImpl. getName()ResultNameResultTableHeaderImpl. getName()Methods in de.gebit.integrity.dsl.impl with parameters of type ResultName Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainNamedCallResultImpl. basicSetName(ResultName newName, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainNamedResultImpl. basicSetName(ResultName newName, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainResultTableHeaderImpl. basicSetName(ResultName newName, org.eclipse.emf.common.notify.NotificationChain msgs)voidNamedCallResultImpl. setName(ResultName newName)voidNamedResultImpl. setName(ResultName newName)voidResultTableHeaderImpl. setName(ResultName newName) -
Uses of ResultName in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type ResultName Modifier and Type Method Description TDslSwitch. caseResultName(ResultName object)Returns the result of interpreting the object as an instance of 'Result Name'. -
Uses of ResultName in de.gebit.integrity.ui.utils
Methods in de.gebit.integrity.ui.utils with parameters of type ResultName Modifier and Type Method Description ObjectFixtureTypeWrapper. convertResultValueToFixtureDefinedType(String aFixtureMethodName, ResultName aResultName, ValueOrEnumValueOrOperationCollection aValue)Converts a given result value (collection) to a fixture-method-defined result type. -
Uses of ResultName in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type ResultName Modifier and Type Method Description static StringIntegrityDSLUtil. getExpectedResultNameStringFromTestResultName(ResultName aName)Returns the name of a specific test result value.
-