Class ExportAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.ComponentModel.Composition
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.ComponentModel.Composition.ExportAttribute
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ExportAttribute

        public ExportAttribute​(java.lang.Object instance)
                        throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ExportAttribute

        public ExportAttribute()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ExportAttribute

        public ExportAttribute​(java.lang.String contractName)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ExportAttribute

        public ExportAttribute​(java.lang.String contractName,
                               NetType contractType)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ExportAttribute

        public ExportAttribute​(NetType contractType)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class Attribute
      • getContractName

        public java.lang.String getContractName()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setContractName

        public void setContractName​(java.lang.String ContractName)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getContractType

        public NetType getContractType()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setContractType

        public void setContractType​(NetType ContractType)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable