public enum __MIDL___MIDL_itf_XRawfile2_0000_0000_0003 extends Enum<__MIDL___MIDL_itf_XRawfile2_0000_0000_0003> implements com4j.ComEnum
| Enum Constant and Description |
|---|
MS_MAX_NUM_MASS_RANGES
The value of this constant is 100
|
| Modifier and Type | Method and Description |
|---|---|
int |
comEnumValue() |
static __MIDL___MIDL_itf_XRawfile2_0000_0000_0003 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static __MIDL___MIDL_itf_XRawfile2_0000_0000_0003[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final __MIDL___MIDL_itf_XRawfile2_0000_0000_0003 MS_MAX_NUM_MASS_RANGES
The value of this constant is 100
public static __MIDL___MIDL_itf_XRawfile2_0000_0000_0003[] values()
for (__MIDL___MIDL_itf_XRawfile2_0000_0000_0003 c : __MIDL___MIDL_itf_XRawfile2_0000_0000_0003.values()) System.out.println(c);
public static __MIDL___MIDL_itf_XRawfile2_0000_0000_0003 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int comEnumValue()
comEnumValue in interface com4j.ComEnumCopyright © 2017. All rights reserved.