Class ARG_ExtStereoCreateByWorkingDirectory
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.ARG_ExtStereoCreateByWorkingDirectory
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ExtStereoCreateByWorkingDirectory extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isCheckInAble
artifacts of this stereotype can be checked injava.lang.String
nameProfile
name of the stereotypes profilejava.lang.String
nameStereo
name of stereotypeMMStereotype
ohStereo
stereotype of artifact
-
Constructor Summary
Constructors Constructor Description ARG_ExtStereoCreateByWorkingDirectory()
ARG_ExtStereoCreateByWorkingDirectory(MMStereotype ohStereo, java.lang.String nameStereo, java.lang.String nameProfile, boolean isCheckInAble)
-
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
-
ohStereo
public MMStereotype ohStereo
stereotype of artifact
-
nameStereo
public java.lang.String nameStereo
name of stereotype
-
nameProfile
public java.lang.String nameProfile
name of the stereotypes profile
-
isCheckInAble
public boolean isCheckInAble
artifacts of this stereotype can be checked in
-
-
Constructor Detail
-
ARG_ExtStereoCreateByWorkingDirectory
public ARG_ExtStereoCreateByWorkingDirectory()
-
ARG_ExtStereoCreateByWorkingDirectory
public ARG_ExtStereoCreateByWorkingDirectory(MMStereotype ohStereo, java.lang.String nameStereo, java.lang.String nameProfile, boolean isCheckInAble)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-