Class CodeTypeDeclaration

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.CodeDom, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

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

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

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

      • CodeTypeDeclaration

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

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

        public CodeTypeDeclaration​(java.lang.String name)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIsClass

        public boolean getIsClass()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsClass

        public void setIsClass​(boolean IsClass)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsEnum

        public boolean getIsEnum()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsEnum

        public void setIsEnum​(boolean IsEnum)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsInterface

        public boolean getIsInterface()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsInterface

        public void setIsInterface​(boolean IsInterface)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsPartial

        public boolean getIsPartial()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsPartial

        public void setIsPartial​(boolean IsPartial)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsStruct

        public boolean getIsStruct()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIsStruct

        public void setIsStruct​(boolean IsStruct)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTypeAttributes

        public TypeAttributes getTypeAttributes()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTypeAttributes

        public void setTypeAttributes​(TypeAttributes TypeAttributes)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addPopulateBaseTypes

        public void addPopulateBaseTypes​(EventHandler handler)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removePopulateBaseTypes

        public void removePopulateBaseTypes​(EventHandler handler)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addPopulateMembers

        public void addPopulateMembers​(EventHandler handler)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removePopulateMembers

        public void removePopulateMembers​(EventHandler handler)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable