Uses of Interface
cool.klass.model.meta.domain.api.Classifier
Packages that use Classifier
Package
Description
-
Uses of Classifier in cool.klass.model.meta.domain.api
Subinterfaces of Classifier in cool.klass.model.meta.domain.apiMethods in cool.klass.model.meta.domain.api that return ClassifierMethods in cool.klass.model.meta.domain.api that return types with arguments of type ClassifierModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<Classifier>DomainModel.getClassifiers()Methods in cool.klass.model.meta.domain.api with parameters of type ClassifierModifier and TypeMethodDescriptiondefault booleanClassifier.isStrictSubTypeOf(Classifier classifier) default booleanKlass.isStrictSubTypeOf(Classifier classifier) default booleanClassifier.isStrictSuperTypeOf(Classifier classifier) default booleanKlass.isStrictSuperTypeOf(Classifier classifier) default booleanClassifier.isSubTypeOf(Classifier classifier) -
Uses of Classifier in cool.klass.model.meta.domain.api.projection
Methods in cool.klass.model.meta.domain.api.projection that return ClassifierModifier and TypeMethodDescriptionProjectionParent.getClassifier()default ClassifierProjectionProjectionReference.getClassifier()default ClassifierProjectionWithReferenceProperty.getClassifier()ProjectionChild.getDeclaredClassifier() -
Uses of Classifier in cool.klass.model.meta.domain.api.property
Methods in cool.klass.model.meta.domain.api.property that return Classifier