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 Detail

      • AssemblyNames

        public static final java.lang.String[] AssemblyNames
        AssemblyNames: "PresentationFramework, Version=8.0.0.0"
      • 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()