Uses of Interface
org.tentackle.model.ModelElement
Packages that use ModelElement
Package
Description
Entity model.
Default model implementation.
-
Uses of ModelElement in org.tentackle.model
Subinterfaces of ModelElement in org.tentackle.modelModifier and TypeInterfaceDescriptioninterfaceAn attribute.interfaceThe entity.interfaceDescribes a database index.interfaceA relation to an entity.Methods in org.tentackle.model that return ModelElementModifier and TypeMethodDescriptionModelError.getElement()Gets the related element.ModelException.getElement()Gets the related model element.ModelElement.getParent()Gets the parent element.Methods in org.tentackle.model with parameters of type ModelElementModifier and TypeMethodDescriptionbooleanModelException.isRelatedTo(ModelElement otherElement) Returns whether given element is related to this exception.Constructors in org.tentackle.model with parameters of type ModelElementModifierConstructorDescriptionModelError(ModelElement element, String message) Creates a model error.ModelException(String message, ModelElement element) Creates a model exception.ModelException(String message, ModelElement element, Throwable cause) Creates a model exception. -
Uses of ModelElement in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement ModelElementModifier and TypeClassDescriptionclassAttribute implementation.classThe entity model implementation.classIndex descriptor.classRelation implementation.Methods in org.tentackle.model.impl that return ModelElement