Class ARG_PropertyRegionExpander
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_PropertyRegionExpander
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_PropertyRegionExpander
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanexpander containing access rightsbooleanexpander containing profile applicationbooleanexpander containing labelsbooleanexpander containing notification propertiesbooleanexpander containing type system optionsbooleanexpander containing a picturebooleanexpander containing meta attributes, stereotype properties and stereotypebooleanexpander containing slot values of an instancebooleanexpander containing specificationsbooleanexpander containing bindings of template parameters -
Constructor Summary
ConstructorsConstructorDescriptionARG_PropertyRegionExpander(boolean propertiesExpander, boolean optionsExpander, boolean labelExpander, boolean specificationExpander, boolean accessExpander, boolean importedProfilesExpander, boolean pictureExpander, boolean slotValueExpander, boolean templateBindingExpander, boolean notificationExpander) -
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
-
propertiesExpander
public boolean propertiesExpanderexpander containing meta attributes, stereotype properties and stereotype -
optionsExpander
public boolean optionsExpanderexpander containing type system options -
labelExpander
public boolean labelExpanderexpander containing labels -
specificationExpander
public boolean specificationExpanderexpander containing specifications -
accessExpander
public boolean accessExpanderexpander containing access rights -
importedProfilesExpander
public boolean importedProfilesExpanderexpander containing profile application -
pictureExpander
public boolean pictureExpanderexpander containing a picture -
slotValueExpander
public boolean slotValueExpanderexpander containing slot values of an instance -
templateBindingExpander
public boolean templateBindingExpanderexpander containing bindings of template parameters -
notificationExpander
public boolean notificationExpanderexpander containing notification properties
-
-
Constructor Details
-
ARG_PropertyRegionExpander
public ARG_PropertyRegionExpander() -
ARG_PropertyRegionExpander
public ARG_PropertyRegionExpander(boolean propertiesExpander, boolean optionsExpander, boolean labelExpander, boolean specificationExpander, boolean accessExpander, boolean importedProfilesExpander, boolean pictureExpander, boolean slotValueExpander, boolean templateBindingExpander, boolean notificationExpander)
-
-
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
-