Uses of Interface
de.gebit.integrity.dsl.StaticValue
-
Packages that use StaticValue Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util -
-
Uses of StaticValue in de.gebit.integrity.dsl
Subinterfaces of StaticValue 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'.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'.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 StaticValue Modifier and Type Method Description StaticValueDslFactory. createStaticValue()Returns a new object of class 'Static Value'. -
Uses of StaticValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement StaticValue 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'.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'.Methods in de.gebit.integrity.dsl.impl that return StaticValue Modifier and Type Method Description StaticValueDslFactoryImpl. createStaticValue() -
Uses of StaticValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type StaticValue Modifier and Type Method Description TDslSwitch. caseStaticValue(StaticValue object)Returns the result of interpreting the object as an instance of 'Static Value'.
-