Class ARG_GetProfileTranslationDlgInitOut
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_GetProfileTranslationDlgInitOut
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_GetProfileTranslationDlgInitOut
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanlist of translation languages and properties -
Constructor Summary
ConstructorsConstructorDescriptionARG_GetProfileTranslationDlgInitOut(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, ARG_TranslationMatrix valMatrix) -
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
-
valMatrix
list of translation languages and properties
-
-
Constructor Details
-
ARG_GetProfileTranslationDlgInitOut
public ARG_GetProfileTranslationDlgInitOut() -
ARG_GetProfileTranslationDlgInitOut
public ARG_GetProfileTranslationDlgInitOut(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, ARG_TranslationMatrix valMatrix)
-
-
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
-