Uses of Interface
cool.klass.model.meta.domain.api.property.AssociationEnd
Packages that use AssociationEnd
Package
Description
-
Uses of AssociationEnd in cool.klass.model.meta.domain.api
Methods in cool.klass.model.meta.domain.api that return AssociationEndModifier and TypeMethodDescriptionKlass.getAssociationEndByName(String name) Klass.getDeclaredAssociationEndByName(String name) Association.getSourceAssociationEnd()Association.getTargetAssociationEnd()Methods in cool.klass.model.meta.domain.api that return types with arguments of type AssociationEndModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<AssociationEnd> Association.getAssociationEnds()org.eclipse.collections.api.list.ImmutableList<AssociationEnd> Klass.getAssociationEnds()org.eclipse.collections.api.list.ImmutableList<AssociationEnd> Klass.getDeclaredAssociationEnds()default org.eclipse.collections.api.map.MutableOrderedMap<AssociationEnd, org.eclipse.collections.api.map.MutableOrderedMap<DataTypeProperty, DataTypeProperty>> Classifier.getForeignKeys()Klass.getVersionedProperty()Klass.getVersionProperty() -
Uses of AssociationEnd in cool.klass.model.meta.domain.api.projection
Methods in cool.klass.model.meta.domain.api.projection that return types with arguments of type AssociationEndModifier and TypeMethodDescriptiondefault org.eclipse.collections.api.list.ImmutableList<AssociationEnd> ProjectionParent.getAssociationEndsOutsideProjection() -
Uses of AssociationEnd in cool.klass.model.meta.domain.api.property
Methods in cool.klass.model.meta.domain.api.property that return AssociationEndMethods in cool.klass.model.meta.domain.api.property that return types with arguments of type AssociationEndModifier and TypeMethodDescriptionorg.eclipse.collections.api.map.OrderedMap<AssociationEnd, DataTypeProperty> DataTypeProperty.getForeignKeysMatchingThisKey()org.eclipse.collections.api.map.OrderedMap<AssociationEnd, DataTypeProperty> DataTypeProperty.getKeysMatchingThisForeignKey()Methods in cool.klass.model.meta.domain.api.property with parameters of type AssociationEndModifier and TypeMethodDescriptiondefault booleanDataTypeProperty.isForeignKeyMatchingKeyOnPath(AssociationEnd pathHere) voidPropertyVisitor.visitAssociationEnd(AssociationEnd associationEnd) -
Uses of AssociationEnd in cool.klass.model.meta.domain.api.value
Methods in cool.klass.model.meta.domain.api.value that return types with arguments of type AssociationEndModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<AssociationEnd> MemberReferencePath.getAssociationEnds()