Uses of Class
org.faktorips.runtime.model.type.DocumentationKind
-
Packages that use DocumentationKind Package Description org.faktorips.runtime.model.enumtype Classes that allow access to design time model information on enums.org.faktorips.runtime.model.table Classes that allow access to design time model information on tables.org.faktorips.runtime.model.type 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 DocumentationKind Modifier and Type Method Description protected java.lang.StringEnumAttribute. getMessageKey(DocumentationKind messageType)protected java.lang.StringEnumType. getMessageKey(DocumentationKind messageType) -
Uses of DocumentationKind in org.faktorips.runtime.model.table
Methods in org.faktorips.runtime.model.table with parameters of type DocumentationKind Modifier and Type Method Description protected java.lang.StringTableColumn. getMessageKey(DocumentationKind messageType)protected java.lang.StringTableStructure. getMessageKey(DocumentationKind messageType) -
Uses of DocumentationKind in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return DocumentationKind Modifier and Type Method Description static DocumentationKindDocumentationKind. valueOf(java.lang.String name)Returns 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 DocumentationKind Modifier and Type Method Description protected java.lang.StringModelElement. getDocumentation(java.util.Locale locale, DocumentationKind type, java.lang.String fallback)protected abstract java.lang.StringModelElement. getMessageKey(DocumentationKind messageType)protected java.lang.StringType. getMessageKey(DocumentationKind messageType)protected java.lang.StringTypePart. getMessageKey(DocumentationKind messageType)
-