Class ARG_ElementCache
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ARG_ElementCache
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptiondisplay bitmapdisplay colordisplay fontdisplay namenamespace of the elementlockable unit of the elementlockable cache -
Constructor Summary
ConstructorsConstructorDescriptionARG_ElementCache(ELElement unitToLock, ARG_LockableCache valLockable, String displayName, String displayBitmap, String displayColor, String displayFont, String namespaceName) -
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
-
unitToLock
lockable unit of the element -
valLockable
lockable cache -
displayName
display name -
displayBitmap
display bitmap -
displayColor
display color -
displayFont
display font -
namespaceName
namespace of the element
-
-
Constructor Details
-
ARG_ElementCache
public ARG_ElementCache() -
ARG_ElementCache
-
-
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
-