de.mid.innovator.srv2api.icw2pres
Class ARG_XClientIn

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2pres.ARG_XClientIn
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_XClientIn
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 boolean dispCompleteness
          calculate the display completeness
 K_ERDIA kERDia
          kind of er diagram (optional)
 String nameLabel
          name of the color label
 MMModelLocale ohLocale
          presentation language (optional)
 MESection ohSection
          model section (optional)
 boolean withAddAbleCompartments
          show all add able compartments
 boolean withAddAbleEdge
          show all add able edges
 
Constructor Summary
ARG_XClientIn()
           
ARG_XClientIn(String nameLabel, boolean dispCompleteness, boolean withAddAbleEdge, boolean withAddAbleCompartments, MMModelLocale ohLocale, MESection ohSection, K_ERDIA kERDia)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dispCompleteness

public boolean dispCompleteness
calculate the display completeness


kERDia

public K_ERDIA kERDia
kind of er diagram (optional)


nameLabel

public String nameLabel
name of the color label


ohLocale

public MMModelLocale ohLocale
presentation language (optional)


ohSection

public MESection ohSection
model section (optional)


withAddAbleCompartments

public boolean withAddAbleCompartments
show all add able compartments


withAddAbleEdge

public boolean withAddAbleEdge
show all add able edges

Constructor Detail

ARG_XClientIn

public ARG_XClientIn()

ARG_XClientIn

public ARG_XClientIn(String nameLabel,
                     boolean dispCompleteness,
                     boolean withAddAbleEdge,
                     boolean withAddAbleCompartments,
                     MMModelLocale ohLocale,
                     MESection ohSection,
                     K_ERDIA kERDia)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble