Uses of Interface
de.gebit.integrity.dsl.CallDefinition
-
-
Uses of CallDefinition in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return CallDefinition Modifier and Type Method Description CallDefinitionDslFactory. createCallDefinition()Returns a new object of class 'Call Definition'.CallDefinitionCall. getDefinition()Returns the value of the 'Definition' reference.Methods in de.gebit.integrity.dsl with parameters of type CallDefinition Modifier and Type Method Description voidCall. setDefinition(CallDefinition value)Sets the value of the 'Definition' reference. -
Uses of CallDefinition in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement CallDefinition Modifier and Type Class Description classCallDefinitionImplAn implementation of the model object 'Call Definition'.Fields in de.gebit.integrity.dsl.impl declared as CallDefinition Modifier and Type Field Description protected CallDefinitionCallImpl. definitionThe cached value of the 'Definition' reference.Methods in de.gebit.integrity.dsl.impl that return CallDefinition Modifier and Type Method Description CallDefinitionCallImpl. basicGetDefinition()CallDefinitionDslFactoryImpl. createCallDefinition()CallDefinitionCallImpl. getDefinition()Methods in de.gebit.integrity.dsl.impl with parameters of type CallDefinition Modifier and Type Method Description voidCallImpl. setDefinition(CallDefinition newDefinition) -
Uses of CallDefinition in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type CallDefinition Modifier and Type Method Description TDslSwitch. caseCallDefinition(CallDefinition object)Returns the result of interpreting the object as an instance of 'Call Definition'. -
Uses of CallDefinition in de.gebit.integrity.runner
Fields in de.gebit.integrity.runner with type parameters of type CallDefinition Modifier and Type Field Description protected Map<String,CallDefinition>TestModel. callMapCall names -> Calls.Methods in de.gebit.integrity.runner that return CallDefinition Modifier and Type Method Description CallDefinitionTestModel. getCallByName(String aFullyQualifiedCallName)Resolves a fully qualified call name to the actual call definition.Methods in de.gebit.integrity.runner that return types with arguments of type CallDefinition Modifier and Type Method Description Collection<CallDefinition>TestModel. getAllCalls()Returns all calls in the test model. -
Uses of CallDefinition in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type CallDefinition Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_CallDefinition(org.eclipse.xtext.serializer.ISerializationContext context, CallDefinition semanticObject)Contexts: PackageStatement returns CallDefinition CallDefinition returns CallDefinition Constraint: (documentation=DocumentationComment? name=QualifiedName fixtureMethod=MethodReference) -
Uses of CallDefinition in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type CallDefinition Modifier and Type Method Description static StringIntegrityDSLUtil. getQualifiedCallName(CallDefinition aCall)Returns the fully qualified name of a givenCallDefinition. -
Uses of CallDefinition in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type CallDefinition Modifier and Type Method Description voidDSLJavaValidator. checkIfCallDefinitionsAreValid(CallDefinition anEntity)Checks whether a definition contains dots, which would be illegal (issue #174).
-