类 cn.chenlichao.wmi4j.consts.WbemCimTypeEnum
的使用

使用 WbemCimTypeEnum 的软件包
cn.chenlichao.wmi4j   
cn.chenlichao.wmi4j.consts   
 

cn.chenlichao.wmi4jWbemCimTypeEnum 的使用
 

返回 WbemCimTypeEnumcn.chenlichao.wmi4j 中的方法
 WbemCimTypeEnum SWbemProperty.getCIMType()
          Return an integer that can be used to determine the CIM type of this property.
 

参数类型为 WbemCimTypeEnumcn.chenlichao.wmi4j 中的方法
 SWbemProperty SWbemPropertySet.add(String name, WbemCimTypeEnum cimType)
          Use default parameters for SWbemPropertySet.add(String, cn.chenlichao.wmi4j.consts.WbemCimTypeEnum, Boolean, Integer)
 SWbemProperty SWbemPropertySet.add(String name, WbemCimTypeEnum cimType, Boolean isArray, Integer flags)
          Adds an SWbemProperty object to this collection.
 

cn.chenlichao.wmi4j.constsWbemCimTypeEnum 的使用
 

返回 WbemCimTypeEnumcn.chenlichao.wmi4j.consts 中的方法
static WbemCimTypeEnum WbemCimTypeEnum.parse(int value)
           
static WbemCimTypeEnum WbemCimTypeEnum.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static WbemCimTypeEnum[] WbemCimTypeEnum.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2014. All rights reserved.