Class ARG_XFindSqlIntelliSenseProfileProperty
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_XFindSqlIntelliSenseElement
-
- de.mid.innovator.srv2api.icw2meta.ARG_XFindSqlIntelliSenseProperty
-
- de.mid.innovator.srv2api.icw2meta.ARG_XFindSqlIntelliSenseProfileProperty
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XFindSqlIntelliSenseProfileProperty extends ARG_XFindSqlIntelliSenseProperty implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MM2TypedElement
item
server elementjava.lang.String
uuid
uuid of this property, label or type sytem option-
Fields inherited from class de.mid.innovator.srv2api.icw2meta.ARG_XFindSqlIntelliSenseProperty
kType, seqValue
-
Fields inherited from class de.mid.innovator.srv2api.icw2meta.ARG_XFindSqlIntelliSenseElement
nameApi, nameModel
-
-
Constructor Summary
Constructors Constructor Description ARG_XFindSqlIntelliSenseProfileProperty()
ARG_XFindSqlIntelliSenseProfileProperty(java.lang.String nameApi, java.lang.String nameModel, K_TYPE kType, java.util.List<ARG_XFindSqlIntelliSenseValue> seqValue, MM2TypedElement item, java.lang.String uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
item
public MM2TypedElement item
server element
-
uuid
public java.lang.String uuid
uuid of this property, label or type sytem option
-
-
Constructor Detail
-
ARG_XFindSqlIntelliSenseProfileProperty
public ARG_XFindSqlIntelliSenseProfileProperty()
-
ARG_XFindSqlIntelliSenseProfileProperty
public ARG_XFindSqlIntelliSenseProfileProperty(java.lang.String nameApi, java.lang.String nameModel, K_TYPE kType, java.util.List<ARG_XFindSqlIntelliSenseValue> seqValue, MM2TypedElement item, java.lang.String uuid)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
marshal
in classARG_XFindSqlIntelliSenseProperty
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
unmarshal
in classARG_XFindSqlIntelliSenseProperty
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
resolveReferences
in classARG_XFindSqlIntelliSenseProperty
-
-