Uses of Class
de.mid.innovator.srv2api.icw2elem.K_NUMBER_FORMAT
-
Packages that use K_NUMBER_FORMAT Package Description de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2elem 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_FORMAT Modifier and Type Field Description K_NUMBER_FORMATARG_DocuNode. numberFormatnumber formatMethods in de.mid.innovator.srv2api.icw2dg that return K_NUMBER_FORMAT Modifier and Type Method Description K_NUMBER_FORMATDGChapter. getNumberFormatEVal()Get the number format of this chapter.Methods in de.mid.innovator.srv2api.icw2dg with parameters of type K_NUMBER_FORMAT Modifier and Type Method Description voidDGChapter. setNumberFormatEVal(K_NUMBER_FORMAT value)Set the value of Attribut NumberFormatEVal.Constructors in de.mid.innovator.srv2api.icw2dg with parameters of type K_NUMBER_FORMAT Constructor Description ARG_DocuNode(java.lang.String name, java.lang.String typeName, java.lang.String stereo, java.lang.String uuid, java.lang.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, java.lang.String content, java.lang.String paragraphFormat, java.lang.String contentFormat, int cellWidth, java.util.List<java.lang.String> data, java.util.List<ARG_DocuContent> seqContent, java.util.List<ARG_DocuNode> seqChildNode, java.util.List<ARG_DocuTableData> seqTableData, java.util.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_FORMAT Modifier and Type Method Description static K_NUMBER_FORMATK_NUMBER_FORMAT. valueOf(int value)Returns the enumeration constant of this type with the specified value.static K_NUMBER_FORMATK_NUMBER_FORMAT. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_NUMBER_FORMAT[]K_NUMBER_FORMAT. values()Returns an array containing the constants of this enum type, in the order they are declared.
-