Package com.jgcomptech.tools.enums
Enum WMIClasses.COM
- java.lang.Object
- 
- java.lang.Enum<WMIClasses.COM>
- 
- com.jgcomptech.tools.enums.WMIClasses.COM
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Comparable<WMIClasses.COM>
 - Enclosing class:
- WMIClasses
 
 public static enum WMIClasses.COM extends java.lang.Enum<WMIClasses.COM> 
- 
- 
Enum Constant Summary
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static WMIClasses.COMvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WMIClasses.COM[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
ClassicCOMApplicationClassespublic static final WMIClasses.COM ClassicCOMApplicationClasses 
 - 
ClassicCOMClasspublic static final WMIClasses.COM ClassicCOMClass 
 - 
ClassicCOMClassSettingspublic static final WMIClasses.COM ClassicCOMClassSettings 
 - 
ClientApplicationSettingpublic static final WMIClasses.COM ClientApplicationSetting 
 - 
COMApplicationpublic static final WMIClasses.COM COMApplication 
 - 
COMApplicationClassespublic static final WMIClasses.COM COMApplicationClasses 
 - 
COMApplicationSettingspublic static final WMIClasses.COM COMApplicationSettings 
 - 
COMClasspublic static final WMIClasses.COM COMClass 
 - 
ComClassAutoEmulatorpublic static final WMIClasses.COM ComClassAutoEmulator 
 - 
ComponentCategorypublic static final WMIClasses.COM ComponentCategory 
 - 
COMSettingpublic static final WMIClasses.COM COMSetting 
 - 
DCOMApplicationpublic static final WMIClasses.COM DCOMApplication 
 - 
DCOMApplicationAccessAllowedSettingpublic static final WMIClasses.COM DCOMApplicationAccessAllowedSetting 
 - 
DCOMApplicationLaunchAllowedSettingpublic static final WMIClasses.COM DCOMApplicationLaunchAllowedSetting 
 - 
DCOMApplicationSettingpublic static final WMIClasses.COM DCOMApplicationSetting 
 - 
ImplementedCategorypublic static final WMIClasses.COM ImplementedCategory 
 
- 
 - 
Method Detail- 
valuespublic static WMIClasses.COM[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (WMIClasses.COM c : WMIClasses.COM.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static WMIClasses.COM valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- java.lang.IllegalArgumentException- if this enum type has no constant with the specified name
- java.lang.NullPointerException- if the argument is null
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Enum<WMIClasses.COM>
 
 
- 
 
-