Class ARG_ModifyNameDlgInit
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_ModifyNameDlgInit
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifyNameDlgInit
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbitmap of the elementbitmap of the namespaceoptional: creation informationoptional (docu): descriptionbooleanname used as template may be modified by the dialogbooleanelement may be namedbooleantype of the elementoptional: modification informationname of the elementname of the namespaceoptional (docu): original nameoptional: stereotype of the element -
Constructor Summary
ConstructorsConstructorDescriptionARG_ModifyNameDlgInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, String nameElement, String bitmapElement, String mm2Class, String stereotype, String namespaceName, String bitmapNamespace, String createInfo, String modifyInfo, String origName, String description, boolean hasTemplateName, boolean isNameAble) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
isProtected
public boolean isProtected -
kindCmd
-
seqOwnLocked
-
nameElement
name of the element -
bitmapElement
bitmap of the element -
mm2Class
type of the element -
stereotype
optional: stereotype of the element -
namespaceName
name of the namespace -
bitmapNamespace
bitmap of the namespace -
createInfo
optional: creation information -
modifyInfo
optional: modification information -
origName
optional (docu): original name -
description
optional (docu): description -
hasTemplateName
public boolean hasTemplateNamename used as template may be modified by the dialog -
isNameAble
public boolean isNameAbleelement may be named
-
-
Constructor Details
-
ARG_ModifyNameDlgInit
public ARG_ModifyNameDlgInit() -
ARG_ModifyNameDlgInit
public ARG_ModifyNameDlgInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, String nameElement, String bitmapElement, String mm2Class, String stereotype, String namespaceName, String bitmapNamespace, String createInfo, String modifyInfo, String origName, String description, boolean hasTemplateName, boolean isNameAble)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-