Uses of Interface
de.gebit.integrity.dsl.Value
-
Packages that use Value Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.runner.modelcheck -
-
Uses of Value in de.gebit.integrity.dsl
Subinterfaces of Value in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceBooleanValueA representation of the model object 'Boolean Value'.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'.interfaceNestedObjectA representation of the model object 'Nested Object'.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'.interfaceTypedNestedObjectA representation of the model object 'Typed Nested Object'.interfaceUSDateAnd12HrsTimeValueA representation of the model object 'US Date And12 Hrs Time Value'.interfaceUSDateValueA representation of the model object 'US Date Value'.interfaceVariableA representation of the model object 'Variable'.Methods in de.gebit.integrity.dsl that return Value Modifier and Type Method Description ValueDslFactory. createValue()Returns a new object of class 'Value'. -
Uses of Value in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement Value Modifier and Type Class Description classBooleanValueImplAn implementation of the model object 'Boolean 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'.classNestedObjectImplAn implementation of the model object 'Nested Object'.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'.classTypedNestedObjectImplAn implementation of the model object 'Typed Nested Object'.classUSDateAnd12HrsTimeValueImplAn implementation of the model object 'US Date And12 Hrs Time Value'.classUSDateValueImplAn implementation of the model object 'US Date Value'.classValueImplAn implementation of the model object 'Value'.classVariableImplAn implementation of the model object 'Variable'.Methods in de.gebit.integrity.dsl.impl that return Value Modifier and Type Method Description ValueDslFactoryImpl. createValue() -
Uses of Value in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type Value Modifier and Type Method Description TDslSwitch. caseValue(Value object)Returns the result of interpreting the object as an instance of 'Value'. -
Uses of Value in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type Value Modifier and Type Method Description protected voidDefaultModelChecker. checkValueContainer(Value aValue)Check aValue.
-