Uses of Interface
de.gebit.integrity.dsl.NestedObject
-
-
Uses of NestedObject in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return NestedObject Modifier and Type Method Description NestedObjectDslFactory. createNestedObject()Returns a new object of class 'Nested Object'.NestedObjectTypedNestedObject. getNestedObject()Returns the value of the 'Nested Object' containment reference.Methods in de.gebit.integrity.dsl with parameters of type NestedObject Modifier and Type Method Description voidTypedNestedObject. setNestedObject(NestedObject value)Sets the value of the 'Nested Object' containment reference. -
Uses of NestedObject in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement NestedObject Modifier and Type Class Description classNestedObjectImplAn implementation of the model object 'Nested Object'.Fields in de.gebit.integrity.dsl.impl declared as NestedObject Modifier and Type Field Description protected NestedObjectTypedNestedObjectImpl. nestedObjectThe cached value of the 'Nested Object' containment reference.Methods in de.gebit.integrity.dsl.impl that return NestedObject Modifier and Type Method Description NestedObjectDslFactoryImpl. createNestedObject()NestedObjectTypedNestedObjectImpl. getNestedObject()Methods in de.gebit.integrity.dsl.impl with parameters of type NestedObject Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainTypedNestedObjectImpl. basicSetNestedObject(NestedObject newNestedObject, org.eclipse.emf.common.notify.NotificationChain msgs)voidTypedNestedObjectImpl. setNestedObject(NestedObject newNestedObject) -
Uses of NestedObject in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type NestedObject Modifier and Type Method Description TDslSwitch. caseNestedObject(NestedObject object)Returns the result of interpreting the object as an instance of 'Nested Object'. -
Uses of NestedObject in de.gebit.integrity.parameter.conversion.conversions.integrity.nestedobjects
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.nestedobjects with parameters of type NestedObject Modifier and Type Method Description ObjectNestedObjectToBean. convert(NestedObject aSource, Class<? extends Object> aTargetType, ConversionContext aConversionContext)FormattedStringNestedObjectToFormattedString. convert(NestedObject aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)MapNestedObjectToMap. convert(NestedObject aSource, Class<? extends Map> aTargetType, ConversionContext aConversionContext)StringNestedObjectToString. convert(NestedObject aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractNestedObjectToString. convertToFormattedString(NestedObject aSource, ConversionContext aConversionContext)Converts the providedNestedObjectto aFormattedString. -
Uses of NestedObject in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type NestedObject Modifier and Type Method Description protected voidDefaultModelChecker. checkNestedObject(NestedObject anObject)Checks aNestedObject. -
Uses of NestedObject in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type NestedObject Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_NestedObject(org.eclipse.xtext.serializer.ISerializationContext context, NestedObject semanticObject)Contexts: ValueOrEnumValueOrOperation returns NestedObject Value returns NestedObject NestedObject returns NestedObject Constraint: attributes+=KeyValuePair+
-