| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.modeltype | |
| org.faktorips.runtime.modeltype.internal |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
IModelType |
AbstractRuntimeRepository.getModelType(Class<?> modelObjectClass) |
IModelType |
AbstractRuntimeRepository.getModelType(IModelObject modelObject) |
IModelType |
AbstractRuntimeRepository.getModelType(IProductComponent modelObject) |
IModelType |
AbstractRuntimeRepository.getModelType(String qualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelType |
| Modifier and Type | Method and Description |
|---|---|
IModelType |
ModelTypeAssociation.getModelType() |
IModelType |
ModelTypeAttribute.getModelType() |
IModelType |
ModelType.getSuperType() |
IModelType |
ModelTypeAssociation.getTarget() |
Copyright © 2016. All rights reserved.