Class JCOReflectorOptions


  • public class JCOReflectorOptions
    extends java.lang.Object
    The class which lists the options enabled in the class generation.
    Author:
    MASES s.r.l https://masesgroup.com
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] AssemblyNames
      AssemblyNames: "PresentationFramework,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35", "System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
      static java.lang.Boolean CreateExceptionThrownClause
      CreateExceptionThrownClause: true
      static java.lang.Boolean EnableAbstract
      EnableAbstract: true
      static java.lang.Boolean EnableArray
      EnableArray: true
      static java.lang.Boolean EnableDuplicateMethodNativeArrayWithJCORefOut
      EnableDuplicateMethodNativeArrayWithJCORefOut: true
      static java.lang.Boolean EnableInheritance
      EnableInheritance: true
      static java.lang.Boolean EnableInterfaceInheritance
      EnableInterfaceInheritance: true
      static java.lang.Boolean EnableRefOutParameters
      EnableRefOutParameters: true
      static java.lang.Integer ExceptionThrownClauseDepth
      ExceptionThrownClauseDepth: 10
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AssemblyNames

        public static final java.lang.String[] AssemblyNames
        AssemblyNames: "PresentationFramework,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35", "System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", "System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
      • CreateExceptionThrownClause

        public static final java.lang.Boolean CreateExceptionThrownClause
        CreateExceptionThrownClause: true
      • ExceptionThrownClauseDepth

        public static final java.lang.Integer ExceptionThrownClauseDepth
        ExceptionThrownClauseDepth: 10
      • EnableAbstract

        public static final java.lang.Boolean EnableAbstract
        EnableAbstract: true
      • EnableArray

        public static final java.lang.Boolean EnableArray
        EnableArray: true
      • EnableDuplicateMethodNativeArrayWithJCORefOut

        public static final java.lang.Boolean EnableDuplicateMethodNativeArrayWithJCORefOut
        EnableDuplicateMethodNativeArrayWithJCORefOut: true
      • EnableInheritance

        public static final java.lang.Boolean EnableInheritance
        EnableInheritance: true
      • EnableInterfaceInheritance

        public static final java.lang.Boolean EnableInterfaceInheritance
        EnableInterfaceInheritance: true
      • EnableRefOutParameters

        public static final java.lang.Boolean EnableRefOutParameters
        EnableRefOutParameters: true
    • Constructor Detail

      • JCOReflectorOptions

        public JCOReflectorOptions()