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.getDocumentation(Locale locale, DocumentationKind type, String fallback) protected StringEnumType.getDocumentation(Locale locale, DocumentationKind type, String fallback) protected 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 StringAssociation.getDocumentation(Locale locale, DocumentationKind type, String fallback) protected StringAttribute.getDocumentation(Locale locale, DocumentationKind type, String fallback) protected StringModelElement.getDocumentation(Locale locale, DocumentationKind type, String fallback) Type.getDocumentation(Locale locale, DocumentationKind type, String fallback) protected abstract StringModelElement.getMessageKey(DocumentationKind messageType) protected StringType.getMessageKey(DocumentationKind messageType) protected StringTypePart.getMessageKey(DocumentationKind messageType) static <E extends ModelElement>
StringDocumentation.of(E element, DocumentationKind type, Locale locale, String fallback, Supplier<Optional<? extends E>> superElementGetter) Returns the documentation of the given type for the given model element in the given locale.