Uses of Interface
de.gebit.integrity.dsl.ConstantValue
-
Packages that use ConstantValue Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.parameter.conversion de.gebit.integrity.runner -
-
Uses of ConstantValue in de.gebit.integrity.dsl
Subinterfaces of ConstantValue in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceBooleanValueA representation of the model object 'Boolean Value'.interfaceConstantA representation of the model object 'Constant'.interfaceDateAndTimeValueA representation of the model object 'Date And Time Value'.interfaceDateValueA representation of the model object 'Date Value'.interfaceDecimalValueA representation of the model object 'Decimal Value'.interfaceEmptyA representation of the model object 'Empty'.interfaceEmptyValueA representation of the model object 'Empty Value'.interfaceEuropeanDateAnd12HrsTimeValueA representation of the model object 'European Date And12 Hrs Time Value'.interfaceEuropeanDateAnd24HrsTimeValueA representation of the model object 'European Date And24 Hrs Time Value'.interfaceEuropeanDateValueA representation of the model object 'European Date Value'.interfaceInexistentA representation of the model object 'Inexistent'.interfaceInexistentValueA representation of the model object 'Inexistent Value'.interfaceIntegerValueA representation of the model object 'Integer Value'.interfaceIsoDateAndTimeValueA representation of the model object 'Iso Date And Time Value'.interfaceIsoDateValueA representation of the model object 'Iso Date Value'.interfaceIsoTimeValueA representation of the model object 'Iso Time Value'.interfaceJavaConstantValueA representation of the model object 'Java Constant Value'.interfaceNullA representation of the model object 'Null'.interfaceNullValueA representation of the model object 'Null Value'.interfaceRegexValueA representation of the model object 'Regex Value'.interfaceSimple12HrsTimeValueA representation of the model object 'Simple12 Hrs Time Value'.interfaceSimple24HrsTimeValueA representation of the model object 'Simple24 Hrs Time Value'.interfaceStaticValueA representation of the model object 'Static Value'.interfaceStringValueA representation of the model object 'String Value'.interfaceTimeValueA representation of the model object 'Time Value'.interfaceUSDateAnd12HrsTimeValueA representation of the model object 'US Date And12 Hrs Time Value'.interfaceUSDateValueA representation of the model object 'US Date Value'.Methods in de.gebit.integrity.dsl that return ConstantValue Modifier and Type Method Description ConstantValueDslFactory. createConstantValue()Returns a new object of class 'Constant Value'.ConstantValueExecutionMultiplier. getCount()Returns the value of the 'Count' containment reference.Methods in de.gebit.integrity.dsl with parameters of type ConstantValue Modifier and Type Method Description voidExecutionMultiplier. setCount(ConstantValue value)Sets the value of the 'Count' containment reference. -
Uses of ConstantValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement ConstantValue Modifier and Type Class Description classBooleanValueImplAn implementation of the model object 'Boolean Value'.classConstantImplAn implementation of the model object 'Constant'.classConstantValueImplAn implementation of the model object 'Constant Value'.classDateAndTimeValueImplAn implementation of the model object 'Date And Time Value'.classDateValueImplAn implementation of the model object 'Date Value'.classDecimalValueImplAn implementation of the model object 'Decimal Value'.classEmptyImplAn implementation of the model object 'Empty'.classEmptyValueImplAn implementation of the model object 'Empty Value'.classEuropeanDateAnd12HrsTimeValueImplAn implementation of the model object 'European Date And12 Hrs Time Value'.classEuropeanDateAnd24HrsTimeValueImplAn implementation of the model object 'European Date And24 Hrs Time Value'.classEuropeanDateValueImplAn implementation of the model object 'European Date Value'.classInexistentImplAn implementation of the model object 'Inexistent'.classInexistentValueImplAn implementation of the model object 'Inexistent Value'.classIntegerValueImplAn implementation of the model object 'Integer Value'.classIsoDateAndTimeValueImplAn implementation of the model object 'Iso Date And Time Value'.classIsoDateValueImplAn implementation of the model object 'Iso Date Value'.classIsoTimeValueImplAn implementation of the model object 'Iso Time Value'.classJavaConstantValueImplAn implementation of the model object 'Java Constant Value'.classNullImplAn implementation of the model object 'Null'.classNullValueImplAn implementation of the model object 'Null Value'.classRegexValueImplAn implementation of the model object 'Regex Value'.classSimple12HrsTimeValueImplAn implementation of the model object 'Simple12 Hrs Time Value'.classSimple24HrsTimeValueImplAn implementation of the model object 'Simple24 Hrs Time Value'.classStaticValueImplAn implementation of the model object 'Static Value'.classStringValueImplAn implementation of the model object 'String Value'.classTimeValueImplAn implementation of the model object 'Time Value'.classUSDateAnd12HrsTimeValueImplAn implementation of the model object 'US Date And12 Hrs Time Value'.classUSDateValueImplAn implementation of the model object 'US Date Value'.Fields in de.gebit.integrity.dsl.impl declared as ConstantValue Modifier and Type Field Description protected ConstantValueExecutionMultiplierImpl. countThe cached value of the 'Count' containment reference.Methods in de.gebit.integrity.dsl.impl that return ConstantValue Modifier and Type Method Description ConstantValueDslFactoryImpl. createConstantValue()ConstantValueExecutionMultiplierImpl. getCount()Methods in de.gebit.integrity.dsl.impl with parameters of type ConstantValue Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainExecutionMultiplierImpl. basicSetCount(ConstantValue newCount, org.eclipse.emf.common.notify.NotificationChain msgs)voidExecutionMultiplierImpl. setCount(ConstantValue newCount) -
Uses of ConstantValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type ConstantValue Modifier and Type Method Description TDslSwitch. caseConstantValue(ConstantValue object)Returns the result of interpreting the object as an instance of 'Constant Value'. -
Uses of ConstantValue in de.gebit.integrity.parameter.conversion
Methods in de.gebit.integrity.parameter.conversion with parameters of type ConstantValue Modifier and Type Method Description protected ObjectAbstractModularValueConverter. convertEncapsulatedConstantValueToTargetType(Class<?> aTargetType, Class<?> aParameterizedType, ConstantValue aValue, ConversionContext aConversionContext, Set<Object> someVisitedValues)Converts a givenValueOrEnumValueOrOperationto a given Java type class, if possible. -
Uses of ConstantValue in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner with parameters of type ConstantValue Modifier and Type Method Description protected ObjectDefaultTestRunner. resolveConstantValue(ConstantValue aConstantValue)Resolves a constant value (either it's a static value anyway, or it's a constant which needs to be resolved).
-