Class ImportManyAttribute

    • 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.ImportManyAttribute
        See Also:
        Constant Field Values
      • classType

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

      • ImportManyAttribute

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

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

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

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

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

      • getAllowRecomposition

        public boolean getAllowRecomposition()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAllowRecomposition

        public void setAllowRecomposition​(boolean AllowRecomposition)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRequiredCreationPolicy

        public CreationPolicy getRequiredCreationPolicy()
                                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRequiredCreationPolicy

        public void setRequiredCreationPolicy​(CreationPolicy RequiredCreationPolicy)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSource

        public ImportSource getSource()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSource

        public void setSource​(ImportSource Source)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • 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