Uses of Interface
org.tentackle.model.ModelElement
-
Packages that use ModelElement Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of ModelElement in org.tentackle.model
Subinterfaces of ModelElement in org.tentackle.model Modifier and Type Interface Description interfaceAttributeAn attribute.interfaceEntityThe entity.interfaceIndexDescribes a database index.interfaceRelationA relation to an entity.Methods in org.tentackle.model that return ModelElement Modifier and Type Method Description ModelElementModelError. getElement()Gets the related element.ModelElementModelException. getElement()Gets the related model element.ModelElementModelElement. getParent()Gets the parent element.Methods in org.tentackle.model with parameters of type ModelElement Modifier and Type Method Description booleanModelException. isRelatedTo(ModelElement otherElement)Returns whether given element is related to this exception.Constructors in org.tentackle.model with parameters of type ModelElement Constructor Description ModelError(ModelElement element, java.lang.String message)Creates a model error.ModelException(java.lang.String message, ModelElement element)Creates a model exception.ModelException(java.lang.String message, ModelElement element, java.lang.Throwable cause)Creates a model exception. -
Uses of ModelElement in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement ModelElement Modifier and Type Class Description classAttributeImplAttribute implementation.classEntityImplThe entity model implementation.classIndexImplIndex descriptor.classRelationImplRelation implementation.Methods in org.tentackle.model.impl that return ModelElement Modifier and Type Method Description ModelElementAttributeImpl. getParent()ModelElementEntityImpl. getParent()ModelElementIndexImpl. getParent()ModelElementRelationImpl. getParent()
-