Uses of Interface
org.faktorips.runtime.modeltype.IModelType

Packages that use IModelType
org.faktorips.runtime   
org.faktorips.runtime.internal   
org.faktorips.runtime.modeltype   
org.faktorips.runtime.modeltype.internal   
 

Uses of IModelType in org.faktorips.runtime
 

Methods in org.faktorips.runtime that return IModelType
 IModelType IRuntimeRepository.getModelType(Class<?> modelObjectClass)
          Returns the IModelType containing the meta information for the given model object class.
 IModelType IRuntimeRepository.getModelType(IModelObject modelObject)
          Returns the IModelType containing the meta information for the given model object.
 IModelType IRuntimeRepository.getModelType(IProductComponent productComponent)
          Returns the IModelType containing the meta information for the given product component.
 

Uses of IModelType in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal that return IModelType
 IModelType AbstractRuntimeRepository.getModelType(Class<?> modelObjectClass)
           
 IModelType AbstractRuntimeRepository.getModelType(IModelObject modelObject)
           
 IModelType AbstractRuntimeRepository.getModelType(IProductComponent modelObject)
           
 IModelType AbstractRuntimeRepository.getModelType(String qualifiedName)
           
 

Uses of IModelType in org.faktorips.runtime.modeltype
 

Methods in org.faktorips.runtime.modeltype that return IModelType
 IModelType IModelTypeAssociation.getModelType()
          Returns the model type this association belongs to.
 IModelType IModelTypeAttribute.getModelType()
          Returns the model type this attribute belongs to.
 IModelType IModelType.getSuperType()
          Returns this model type's super type or null if it has none.
 IModelType IModelTypeAssociation.getTarget()
          Returns the target model type object of this association.
 

Methods in org.faktorips.runtime.modeltype with parameters of type IModelType
 void TypeHierarchyVisitor.visitHierarchy(IModelType type)
          Visits the given type and all it's super types.
abstract  boolean TypeHierarchyVisitor.visitType(IModelType type)
          Visits the given type.
 

Uses of IModelType in org.faktorips.runtime.modeltype.internal
 

Classes in org.faktorips.runtime.modeltype.internal that implement IModelType
 class ModelType
           
 

Methods in org.faktorips.runtime.modeltype.internal that return IModelType
 IModelType ModelTypeAssociation.getModelType()
           
 IModelType ModelTypeAttribute.getModelType()
           
 IModelType ModelType.getSuperType()
           
 IModelType ModelTypeAssociation.getTarget()
           
 



Copyright © 2015. All rights reserved.