Class DomainModelReferencesPropertyVisitor
java.lang.Object
cool.klass.model.meta.domain.reference.DomainModelReferencesPropertyVisitor
- All Implemented Interfaces:
PropertyVisitor
-
Constructor Summary
ConstructorsConstructorDescriptionDomainModelReferencesPropertyVisitor(DomainModelReferences domainModelReferences) -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitAssociationEnd(AssociationEnd associationEnd) voidvisitAssociationEndSignature(AssociationEndSignature associationEndSignature) voidvisitEnumerationProperty(EnumerationProperty enumerationProperty) voidvisitOrderBy(OrderBy orderBy) voidvisitParameterizedProperty(ParameterizedProperty parameterizedProperty) voidvisitPrimitiveProperty(PrimitiveProperty primitiveProperty)
-
Constructor Details
-
DomainModelReferencesPropertyVisitor
-
-
Method Details
-
visitPrimitiveProperty
- Specified by:
visitPrimitivePropertyin interfacePropertyVisitor
-
visitEnumerationProperty
- Specified by:
visitEnumerationPropertyin interfacePropertyVisitor
-
visitAssociationEnd
- Specified by:
visitAssociationEndin interfacePropertyVisitor
-
visitAssociationEndSignature
- Specified by:
visitAssociationEndSignaturein interfacePropertyVisitor
-
visitParameterizedProperty
- Specified by:
visitParameterizedPropertyin interfacePropertyVisitor
-
visitOrderBy
-