Class ARG_CLPropertyDeclaration

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_CLPropertyDeclaration
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Detail

      • ohProp

        public CLProperty ohProp
        property element
      • strDecl

        public java.lang.String strDecl
        declaration of this property
      • strName

        public java.lang.String strName
        name of this property
      • strType

        public java.lang.String strType
        name of the type
      • strLower

        public java.lang.String strLower
        lower bound of this property
      • strUpper

        public java.lang.String strUpper
        upper bound of this property
      • idStereoProp

        public int idStereoProp
        id of property stereotype
      • idModel

        public int idModel
        id of model package
    • Constructor Detail

      • ARG_CLPropertyDeclaration

        public ARG_CLPropertyDeclaration()
      • ARG_CLPropertyDeclaration

        public ARG_CLPropertyDeclaration​(CLProperty ohProp,
                                         java.lang.String strDecl,
                                         java.lang.String strName,
                                         CLClassifier ohType,
                                         java.lang.String strType,
                                         ARG_TemplateBoundElement valTmpl,
                                         java.lang.String strLower,
                                         java.lang.String strUpper,
                                         int idStereoProp,
                                         int idModel)
    • Method Detail

      • marshal

        public void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        marshal 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
      • resolveReferences

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