Package se.conciliate.extensions.type
Interface ModelType
- All Superinterfaces:
Type
Encapsulates a model type.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an optional description for the type.Returns the family of models that this model type belongs to.
-
Method Details
-
getFamily
ModelFamily getFamily()Returns the family of models that this model type belongs to. -
getDescription
Returns an optional description for the type. If present it should describe the purpose and usage of the model type.- Returns:
- An optional description. The description can
be formatted as html but should not include the start and
end
<html>
tags. Any line-breaks will be automatically converted to
tags.
-