Uses of Interface
de.gebit.integrity.dsl.VisibleSingleLineTitleComment
-
Packages that use VisibleSingleLineTitleComment Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of VisibleSingleLineTitleComment in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return VisibleSingleLineTitleComment Modifier and Type Method Description VisibleSingleLineTitleCommentDslFactory. createVisibleSingleLineTitleComment()Returns a new object of class 'Visible Single Line Title Comment'. -
Uses of VisibleSingleLineTitleComment in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VisibleSingleLineTitleComment Modifier and Type Class Description classVisibleSingleLineTitleCommentImplAn implementation of the model object 'Visible Single Line Title Comment'.Methods in de.gebit.integrity.dsl.impl that return VisibleSingleLineTitleComment Modifier and Type Method Description VisibleSingleLineTitleCommentDslFactoryImpl. createVisibleSingleLineTitleComment() -
Uses of VisibleSingleLineTitleComment in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VisibleSingleLineTitleComment Modifier and Type Method Description TDslSwitch. caseVisibleSingleLineTitleComment(VisibleSingleLineTitleComment object)Returns the result of interpreting the object as an instance of 'Visible Single Line Title Comment'. -
Uses of VisibleSingleLineTitleComment in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type VisibleSingleLineTitleComment Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_VisibleSingleLineTitleComment(org.eclipse.xtext.serializer.ISerializationContext context, VisibleSingleLineTitleComment semanticObject)Contexts: VisibleComment returns VisibleSingleLineTitleComment VisibleSingleLineComment returns VisibleSingleLineTitleComment VisibleSingleLineTitleComment returns VisibleSingleLineTitleComment SuiteStatement returns VisibleSingleLineTitleComment Constraint: content=SL_VISIBLE_TITLE_COMMENT
-