Uses of Class
de.mid.innovator.srv2api.icw2elem.K_CMD
-
Packages that use K_CMD Package Description 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 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.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 Modifier and Type Field Description K_CMD
ARG_TemplateBindingInit. kindCmd
Constructors in de.mid.innovator.srv2api.icw2class with parameters of type K_CMD Constructor Description ARG_TemplateBindingInit(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.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 Modifier and Type Method Description 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(java.lang.String name)
Returns the enumeration constant of this type with the specified name.Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type K_CMD Modifier and Type Method Description static java.util.Collection<K_CMD>
K_CMD. values()
Returns a Collection view of the values contained in this enum. -
Uses of K_CMD in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_CMD Modifier and Type Field Description K_CMD
ARG_GetProfileTranslationDlgInitOut. kindCmd
K_CMD
ARG_InnovatorComponentDlgInit. kindCmd
K_CMD
ARG_ModifyChangeableFontDlgInitOut. kindCmd
K_CMD
ARG_ModifyModelNameBitmapDlgInitOut. kindCmd
K_CMD
ARG_ModifySyncSetPropItemsInit. kindCmd
K_CMD
ARG_ModifyTextValuesDlgInit. kindCmd
kind of commandK_CMD
ARG_ModifyTypedElementOrderDlgInitOut. kindCmd
kind of commandK_CMD
ARG_ModifyTypedElementValidListDlgInitOut. kindCmd
kind of commandK_CMD
ARG_MoveStereotypeWithAttachmentDlgInitOut. kindCmd
K_CMD
ARG_ReplaceUsedStereotypeDlgInitOut. kindCmd
K_CMD
ARG_StringListInitDlg. kindCmd
Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_CMD Constructor Description ARG_GetProfileTranslationDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, ARG_TranslationMatrix valMatrix)
ARG_InnovatorComponentDlgInit(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.List<K_INNOVATOR_COMPONENT> seqComp, java.util.List<K_INNOVATOR_COMPONENT> seqAll, java.util.List<java.lang.String> seqName)
ARG_ModifyChangeableFontDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.lang.String strFont, boolean isChangeable, boolean hasDiffFont, boolean hasDiffChange)
ARG_ModifyModelNameBitmapDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.lang.String strName, java.lang.String strBitmap)
ARG_ModifySyncSetPropItemsInit(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.List<ARG_SyncSetPropItem> seqItem)
ARG_ModifyTextValuesDlgInit(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.List<MMText> seqText, java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, java.util.List<java.lang.String> seqDefValue, java.util.List<java.lang.String> seqComment, java.util.List<java.lang.String> seqExpValue, java.util.List<K_TEXT_VISIBILITY> seqVisibility, java.util.List<java.lang.Boolean> seqReadOnly)
ARG_ModifyTypedElementOrderDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.List<MM2TypedElement> seqElem, java.util.List<java.lang.String> seqName, java.util.List<java.lang.Boolean> seqSeparator, boolean showRedefined, boolean useRedefined)
ARG_ModifyTypedElementValidListDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.List<MM2TypedElement> seqElem, java.util.List<java.lang.String> seqName, java.util.List<K_MULTIBOOL> seqMBool, boolean showRedefined, boolean useRedefined)
ARG_MoveStereotypeWithAttachmentDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.List<MMProfile> seqProfile, java.util.List<java.lang.String> seqName, java.util.List<java.lang.Boolean> seqIsLocked)
ARG_ReplaceUsedStereotypeDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.List<MMStereotype> seqStereo, java.util.List<MMProfile> seqProfile, java.util.List<java.lang.String> seqName)
ARG_StringListInitDlg(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.util.List<java.lang.String> seqString)
-