Uses of Enum
org.faktorips.runtime.model.type.DocumentationKind
Packages that use DocumentationKind
Package
Description
Classes that allow access to design time model information on enums.
Classes that allow access to design time model information on tables.
Classes that allow access to design time model information on policy and product component types.
-
Uses of DocumentationKind in org.faktorips.runtime.model.enumtype
Methods in org.faktorips.runtime.model.enumtype with parameters of type DocumentationKindModifier and TypeMethodDescriptionprotected StringEnumAttribute.getMessageKey(DocumentationKind messageType) protected StringEnumType.getMessageKey(DocumentationKind messageType) -
Uses of DocumentationKind in org.faktorips.runtime.model.table
Methods in org.faktorips.runtime.model.table with parameters of type DocumentationKindModifier and TypeMethodDescriptionprotected StringTableColumn.getMessageKey(DocumentationKind messageType) protected StringTableStructure.getMessageKey(DocumentationKind messageType) -
Uses of DocumentationKind in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return DocumentationKindModifier and TypeMethodDescriptionstatic DocumentationKindReturns the enum constant of this type with the specified name.static DocumentationKind[]DocumentationKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.faktorips.runtime.model.type with parameters of type DocumentationKindModifier and TypeMethodDescriptionprotected StringModelElement.getDocumentation(Locale locale, DocumentationKind type, String fallback) protected abstract StringModelElement.getMessageKey(DocumentationKind messageType) protected StringType.getMessageKey(DocumentationKind messageType) protected StringTypePart.getMessageKey(DocumentationKind messageType)