Package de.mid.innovator.srv2api.icw2im
Class ARG_CreateByStructString
java.lang.Object
de.mid.innovator.srv2api.icw2im.ARG_CreateByStructString
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CreateByStructString
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
This command creates a classifier by interpreting the string according to the STRUCT syntax used by many ORDBMS databases.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOwner element (Package or Property), otherwise take the typed propertyTyped property, otherwise take the owner propertyClass of new element (EREntiy|DBTable), otherwise determined from the previous componentsString describing the property structure of the classifier -
Constructor Summary
ConstructorsConstructorDescriptionARG_CreateByStructString(ELContainerAble itemOwner, IMProperty itemTypedProperty, Class<? extends ELObject> kVocl, String strStruct) -
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
-
itemOwner
Owner element (Package or Property), otherwise take the typed property -
itemTypedProperty
Typed property, otherwise take the owner property -
kVocl
Class of new element (EREntiy|DBTable), otherwise determined from the previous components -
strStruct
String describing the property structure of the classifier
-
-
Constructor Details
-
ARG_CreateByStructString
public ARG_CreateByStructString() -
ARG_CreateByStructString
public ARG_CreateByStructString(ELContainerAble itemOwner, IMProperty itemTypedProperty, Class<? extends ELObject> kVocl, String strStruct)
-
-
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
-