Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_TEXT_VISIBILITY
Packages that use K_TEXT_VISIBILITY
Package
Description
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.
Meta model and administration information.
-
Uses of K_TEXT_VISIBILITY in de.mid.innovator.srv2api.icw2elem
Subclasses with type arguments of type K_TEXT_VISIBILITY in de.mid.innovator.srv2api.icw2elemMethods in de.mid.innovator.srv2api.icw2elem that return K_TEXT_VISIBILITYModifier and TypeMethodDescriptionstatic K_TEXT_VISIBILITYK_TEXT_VISIBILITY.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_TEXT_VISIBILITYReturns the enum constant of this class with the specified name.static K_TEXT_VISIBILITY[]K_TEXT_VISIBILITY.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_TEXT_VISIBILITY in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_TEXT_VISIBILITYModifier and TypeFieldDescriptionARG_GetTextWithTranslations.kAreaarea of the required text definitionsARG_TextTransText.kAreavisiblity of text definitionFields in de.mid.innovator.srv2api.icw2meta with type parameters of type K_TEXT_VISIBILITYModifier and TypeFieldDescriptionARG_ModifyTextValuesDlgInit.seqVisibilitysequence of visibilitiesMethods in de.mid.innovator.srv2api.icw2meta that return K_TEXT_VISIBILITYModifier and TypeMethodDescriptionMMText.getTextVisibility()Determines the visibility of the text.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_TEXT_VISIBILITYModifier and TypeMethodDescriptionstatic ARG_GetTextTranslationsOutADModelTranslationHelper.getTextWithTranslations(SrvContext srvCtx, List<? extends ADModelTranslation> seqLang, List<? extends MMTextAble> seqElem, boolean onlyFlow, boolean onlyUsed, boolean noTrans, boolean withSync, boolean addElem, boolean withLock, boolean allArea, K_TEXT_VISIBILITY kArea) voidMMText.setTextVisibility(K_TEXT_VISIBILITY value) Set the value of Attribut TextVisibility.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_TEXT_VISIBILITYModifierConstructorDescriptionARG_GetTextWithTranslations(List<ADModelTranslation> seqLang, List<MMTextAble> seqElem, boolean onlyFlow, boolean onlyUsed, boolean noTrans, boolean withSync, boolean addElem, boolean withLock, boolean allArea, K_TEXT_VISIBILITY kArea) ARG_TextTransText(MMText ohText, String strName, boolean isFlow, List<ARG_TextTransTextName> seqTrans, K_TEXT_VISIBILITY kArea, String strPreset, String strFont, boolean isFontChangeable, boolean isTranslatable, String strToolTip, String strNsp)