Uses of Class
de.mid.innovator.srv2api.icw2elem.K_CMD

Packages that use K_CMD
de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. 
de.mid.innovator.srv2api.icw2elem   
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

Uses of K_CMD in de.mid.innovator.srv2api.icw2class
 

Fields in de.mid.innovator.srv2api.icw2class declared as K_CMD
 K_CMD ARG_TemplateBindingInit.kindCmd
           
 

Constructors in de.mid.innovator.srv2api.icw2class with parameters of type K_CMD
ARG_TemplateBindingInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<ARG_TemplateParameterSubstitution> seqParameter)
           
 

Uses of K_CMD in de.mid.innovator.srv2api.icw2elem
 

Methods in de.mid.innovator.srv2api.icw2elem that return K_CMD
static K_CMD K_CMD.valueOf(int value)
          Returns the enumeration constant of this type with the specified value.
static K_CMD K_CMD.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static K_CMD[] K_CMD.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of K_CMD in de.mid.innovator.srv2api.icw2meta
 

Fields in de.mid.innovator.srv2api.icw2meta declared as K_CMD
 K_CMD ARG_ReplaceUsedStereotypeDlgInitOut.kindCmd
           
 K_CMD ARG_MoveStereotypeWithAttachmentDlgInitOut.kindCmd
           
 K_CMD ARG_ModifyTypedElementValidListDlgInitOut.kindCmd
          kind of command
 K_CMD ARG_ModifyTypedElementOrderDlgInitOut.kindCmd
          kind of command
 K_CMD ARG_ModifyTextValuesDlgInit.kindCmd
          kind of command
 K_CMD ARG_ModifyModelNameBitmapDlgInitOut.kindCmd
           
 K_CMD ARG_ModifyChangeableFontDlgInitOut.kindCmd
           
 K_CMD ARG_InnovatorComponentDlgInit.kindCmd
           
 K_CMD ARG_ElementsLocaleValuesInit.kindCmd
           
 

Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_CMD
ARG_ElementsLocaleValuesInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<ARG_LocaleValue> seqValue, List<ARG_Locale> seqLocale, K_VATTR kVAttr, String strAttr)
           
ARG_InnovatorComponentDlgInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<K_INNOVATOR_COMPONENT> seqComp, List<K_INNOVATOR_COMPONENT> seqAll, List<String> seqName)
           
ARG_ModifyChangeableFontDlgInitOut(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, String strFont, boolean isChangeable, boolean hasDiffFont, boolean hasDiffChange)
           
ARG_ModifyModelNameBitmapDlgInitOut(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, String strName, String strBitmap)
           
ARG_ModifyTextValuesDlgInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<MMText> seqText, List<String> seqName, List<String> seqValue, List<Boolean> seqDefault, List<String> seqDefValue, List<String> seqComment, List<String> seqExpValue, List<K_TEXT_VISIBILITY> seqVisibility)
           
ARG_ModifyTypedElementOrderDlgInitOut(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<MM2TypedElement> seqElem, List<String> seqName, List<Boolean> seqSeparator)
           
ARG_ModifyTypedElementValidListDlgInitOut(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<MM2TypedElement> seqElem, List<String> seqName, List<K_MULTIBOOL> seqMBool)
           
ARG_MoveStereotypeWithAttachmentDlgInitOut(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<MMProfile> seqProfile, List<String> seqName, List<Boolean> seqIsLocked)
           
ARG_ReplaceUsedStereotypeDlgInitOut(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, List<MMStereotype> seqStereo, List<MMProfile> seqProfile, List<String> seqName)