Uses of Interface
de.gebit.integrity.dsl.BooleanValue
-
-
Uses of BooleanValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return BooleanValue Modifier and Type Method Description BooleanValueDslFactory. createBooleanValue()Returns a new object of class 'Boolean Value'. -
Uses of BooleanValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement BooleanValue Modifier and Type Class Description classBooleanValueImplAn implementation of the model object 'Boolean Value'.Methods in de.gebit.integrity.dsl.impl that return BooleanValue Modifier and Type Method Description BooleanValueDslFactoryImpl. createBooleanValue() -
Uses of BooleanValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type BooleanValue Modifier and Type Method Description TDslSwitch. caseBooleanValue(BooleanValue object)Returns the result of interpreting the object as an instance of 'Boolean Value'. -
Uses of BooleanValue in de.gebit.integrity.parameter.conversion.conversions.integrity.booleans
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.booleans with parameters of type BooleanValue Modifier and Type Method Description BooleanBooleanValueToBoolean. convert(BooleanValue aSource, Class<? extends Boolean> aTargetType, ConversionContext aConversionContext)FormattedStringBooleanValueToFormattedString. convert(BooleanValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)StringBooleanValueToString. convert(BooleanValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)protected StringAbstractBooleanValueToString. convertToString(BooleanValue aSource, ConversionContext aConversionContext)Converts the givenBooleanvalue to a string. -
Uses of BooleanValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type BooleanValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_BooleanValue(org.eclipse.xtext.serializer.ISerializationContext context, BooleanValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns BooleanValue Value returns BooleanValue ConstantValue returns BooleanValue StaticValue returns BooleanValue BooleanValue returns BooleanValue Constraint: (booleanValue=BOOLEAN_TRUE | booleanValue=BOOLEAN_FALSE)
-