Class CimType

    • Field Detail

      • assemblyFullName

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

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

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

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

        public static CimType SInt16
      • SInt32

        public static CimType SInt32
      • Real32

        public static CimType Real32
      • Real64

        public static CimType Real64
      • String

        public static CimType String
      • Boolean

        public static CimType Boolean
      • Object

        public static CimType Object
      • SInt8

        public static CimType SInt8
      • UInt8

        public static CimType UInt8
      • UInt16

        public static CimType UInt16
      • UInt32

        public static CimType UInt32
      • SInt64

        public static CimType SInt64
      • UInt64

        public static CimType UInt64
      • DateTime

        public static CimType DateTime
      • Reference

        public static CimType Reference
      • Char16

        public static CimType Char16
    • Constructor Detail

      • CimType

        public CimType​(java.lang.Object instance)
        Internal constructor. Use with caution
      • CimType

        public CimType()