Uses of Interface
de.gebit.integrity.dsl.ConstantEntity
-
-
Uses of ConstantEntity in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return ConstantEntity Modifier and Type Method Description ConstantEntityDslFactory. createConstantEntity()Returns a new object of class 'Constant Entity'.ConstantEntityConstant. getName()Returns the value of the 'Name' reference.ConstantEntityConstantDefinition. getName()Returns the value of the 'Name' containment reference.Methods in de.gebit.integrity.dsl with parameters of type ConstantEntity Modifier and Type Method Description voidConstant. setName(ConstantEntity value)Sets the value of the 'Name' reference.voidConstantDefinition. setName(ConstantEntity value)Sets the value of the 'Name' containment reference. -
Uses of ConstantEntity in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement ConstantEntity Modifier and Type Class Description classConstantEntityImplAn implementation of the model object 'Constant Entity'.Fields in de.gebit.integrity.dsl.impl declared as ConstantEntity Modifier and Type Field Description protected ConstantEntityConstantDefinitionImpl. nameThe cached value of the 'Name' containment reference.protected ConstantEntityConstantImpl. nameThe cached value of the 'Name' reference.Methods in de.gebit.integrity.dsl.impl that return ConstantEntity Modifier and Type Method Description ConstantEntityConstantImpl. basicGetName()ConstantEntityDslFactoryImpl. createConstantEntity()ConstantEntityConstantDefinitionImpl. getName()ConstantEntityConstantImpl. getName()Methods in de.gebit.integrity.dsl.impl with parameters of type ConstantEntity Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainConstantDefinitionImpl. basicSetName(ConstantEntity newName, org.eclipse.emf.common.notify.NotificationChain msgs)voidConstantDefinitionImpl. setName(ConstantEntity newName)voidConstantImpl. setName(ConstantEntity newName) -
Uses of ConstantEntity in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type ConstantEntity Modifier and Type Method Description TDslSwitch. caseConstantEntity(ConstantEntity object)Returns the result of interpreting the object as an instance of 'Constant Entity'. -
Uses of ConstantEntity in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks with parameters of type ConstantEntity Modifier and Type Method Description voidCompoundTestRunnerCallback. onConstantDefinition(ConstantEntity aDefinition, SuiteDefinition aSuite, Object aValue, boolean aParameterizedFlag)abstract voidTestRunnerCallback. onConstantDefinition(ConstantEntity aDefinition, SuiteDefinition aSuite, Object aValue, boolean aParameterizedFlag)Called when a constant is being defined. -
Uses of ConstantEntity in de.gebit.integrity.runner.callbacks.console
Methods in de.gebit.integrity.runner.callbacks.console with parameters of type ConstantEntity Modifier and Type Method Description voidConsoleTestCallback. onConstantDefinition(ConstantEntity aDefinition, SuiteDefinition aSuite, Object aValue, boolean aParameterizedFlag) -
Uses of ConstantEntity in de.gebit.integrity.runner.callbacks.remoting
Methods in de.gebit.integrity.runner.callbacks.remoting with parameters of type ConstantEntity Modifier and Type Method Description voidSetListCallback. onConstantDefinition(ConstantEntity aDefinition, SuiteDefinition aSuite, Object aValue, boolean aParameterizedFlag) -
Uses of ConstantEntity in de.gebit.integrity.runner.callbacks.xml
Methods in de.gebit.integrity.runner.callbacks.xml with parameters of type ConstantEntity Modifier and Type Method Description voidXmlWriterTestCallback. onConstantDefinition(ConstantEntity aDefinition, SuiteDefinition aSuite, Object aValue, boolean aParameterizedFlag)On constant definition. -
Uses of ConstantEntity in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type ConstantEntity Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_ConstantEntity(org.eclipse.xtext.serializer.ISerializationContext context, ConstantEntity semanticObject)Contexts: ConstantEntity returns ConstantEntity VariableOrConstantEntity returns ConstantEntity Constraint: name=QualifiedName
-