Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_NUMBER_FORMAT
Packages that use K_NUMBER_FORMAT
Package
Description
The documentation package deals with the model documentation configuration and
generation.
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
-
Uses of K_NUMBER_FORMAT in de.mid.innovator.srv2api.icw2dg
Fields in de.mid.innovator.srv2api.icw2dg declared as K_NUMBER_FORMATMethods in de.mid.innovator.srv2api.icw2dg that return K_NUMBER_FORMATModifier and TypeMethodDescriptionDGChapter.getNumberFormatEVal()Get the number format of this chapter.Methods in de.mid.innovator.srv2api.icw2dg with parameters of type K_NUMBER_FORMATModifier and TypeMethodDescriptionvoidDGChapter.setNumberFormatEVal(K_NUMBER_FORMAT value) Set the value of Attribut NumberFormatEVal.Constructors in de.mid.innovator.srv2api.icw2dg with parameters of type K_NUMBER_FORMATModifierConstructorDescriptionARG_DocuNode(String name, String typeName, String stereo, String uuid, String parentUuid, ELElement ohThis, ELElement ohElem, K_CHAPTER_TYPE chapterType, boolean pageBreakBefore, boolean pageBreakAfter, boolean isHeadingSuppressed, boolean isIndex, boolean keepIfEmpty, boolean rotatePage, K_NUMBER_FORMAT numberFormat, K_PARAGRAPH_JUSTIFICATION paragraphJustification, K_DOCU_OUTPUT_MODE attachmentOutputMode, String content, String paragraphFormat, String contentFormat, int cellWidth, List<String> data, List<ARG_DocuContent> seqContent, List<ARG_DocuNode> seqChildNode, List<ARG_DocuTableData> seqTableData, List<ELElement> seqVWDocu) -
Uses of K_NUMBER_FORMAT in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_NUMBER_FORMATModifier and TypeMethodDescriptionstatic K_NUMBER_FORMATK_NUMBER_FORMAT.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_NUMBER_FORMATReturns the enum constant of this class with the specified name.static K_NUMBER_FORMAT[]K_NUMBER_FORMAT.values()Returns an array containing the constants of this enum class, in the order they are declared.