Uses of Interface
se.conciliate.extensions.store.MTAttributeTypeHeader
Packages that use MTAttributeTypeHeader
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTAttributeTypeHeader in se.conciliate.extensions.store
Subinterfaces of MTAttributeTypeHeader in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
Full interface for attribute types.Methods in se.conciliate.extensions.store that return MTAttributeTypeHeaderModifier and TypeMethodDescriptionMTAttribute.getType()
Returns the attribute type that this attribute belongs to.Methods in se.conciliate.extensions.store that return types with arguments of type MTAttributeTypeHeaderModifier and TypeMethodDescriptionMTRepositoryHeader.findAttributeTypeHeaders()
Finds all attribute types in this repository as headers.Methods in se.conciliate.extensions.store with parameters of type MTAttributeTypeHeaderModifier and TypeMethodDescriptionMTRepositoryHeader.findAttributeHeaders
(MTAttributeTypeHeader type) Finds all attributes in this repository associated with the given attribute type as headers.MTModel.getAttribute
(MTAttributeTypeHeader type) Returns the attribute of the given type.MTSymbol.getAttribute
(MTAttributeTypeHeader type) Returns the attribute of the given type.