Class ARG_ModifyChangeableFontDlgInitOut
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_ModifyChangeableFontDlgInitOut
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifyChangeableFontDlgInitOut extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description booleanhasDiffChangetrue, if the list of elements has different changeable flagsbooleanhasDiffFonttrue, if the list of elements has different font namesbooleanisChangeabletrue, if font is changeablebooleanisProtectedK_CMDkindCmdjava.util.List<ADLockAble>seqOwnLockedjava.lang.StringstrFontfont name
-
Constructor Summary
Constructors Constructor Description ARG_ModifyChangeableFontDlgInitOut()ARG_ModifyChangeableFontDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.lang.String strFont, boolean isChangeable, boolean hasDiffFont, boolean hasDiffChange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
isProtected
public boolean isProtected
-
kindCmd
public K_CMD kindCmd
-
seqOwnLocked
public java.util.List<ADLockAble> seqOwnLocked
-
strFont
public java.lang.String strFont
font name
-
isChangeable
public boolean isChangeable
true, if font is changeable
-
hasDiffFont
public boolean hasDiffFont
true, if the list of elements has different font names
-
hasDiffChange
public boolean hasDiffChange
true, if the list of elements has different changeable flags
-
-
Constructor Detail
-
ARG_ModifyChangeableFontDlgInitOut
public ARG_ModifyChangeableFontDlgInitOut()
-
ARG_ModifyChangeableFontDlgInitOut
public ARG_ModifyChangeableFontDlgInitOut(boolean isProtected, K_CMD kindCmd, java.util.List<ADLockAble> seqOwnLocked, java.lang.String strFont, boolean isChangeable, boolean hasDiffFont, boolean hasDiffChange)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-