Uses of Interface
cool.klass.model.meta.domain.api.property.DataTypeProperty
Packages that use DataTypeProperty
Package
Description
-
Uses of DataTypeProperty in cool.klass.model.meta.domain.api
Methods in cool.klass.model.meta.domain.api that return DataTypePropertyMethods in cool.klass.model.meta.domain.api that return types with arguments of type DataTypePropertyModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<DataTypeProperty>Classifier.getDataTypeProperties()org.eclipse.collections.api.list.ImmutableList<DataTypeProperty>Classifier.getDeclaredDataTypeProperties()default org.eclipse.collections.api.map.MutableOrderedMap<AssociationEnd,org.eclipse.collections.api.map.MutableOrderedMap<DataTypeProperty, DataTypeProperty>> Classifier.getForeignKeys()default org.eclipse.collections.api.map.MutableOrderedMap<AssociationEnd,org.eclipse.collections.api.map.MutableOrderedMap<DataTypeProperty, DataTypeProperty>> Classifier.getForeignKeys()org.eclipse.collections.api.list.ImmutableList<DataTypeProperty>Classifier.getKeyProperties()default Optional<DataTypeProperty>Klass.getVersionNumberProperty() -
Uses of DataTypeProperty in cool.klass.model.meta.domain.api.projection
Methods in cool.klass.model.meta.domain.api.projection that return DataTypeProperty -
Uses of DataTypeProperty in cool.klass.model.meta.domain.api.property
Subinterfaces of DataTypeProperty in cool.klass.model.meta.domain.api.propertyMethods in cool.klass.model.meta.domain.api.property that return types with arguments of type DataTypePropertyModifier 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 DataTypePropertyModifier and TypeMethodDescriptiondefault booleanDataTypeProperty.isOppositeKey(DataTypeProperty dataTypeProperty) -
Uses of DataTypeProperty in cool.klass.model.meta.domain.api.value
Methods in cool.klass.model.meta.domain.api.value that return DataTypeProperty