public enum LoadPictureConstants extends Enum<LoadPictureConstants> implements ComEnum
This enum was initially generated using tlbimp on stdole2.tlb
Enum Constant and Description |
---|
Color
The value of this constant is 4
|
Default
The value of this constant is 0
|
Monochrome
The value of this constant is 1
|
VgaColor
The value of this constant is 2
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue()
Returns the value of the constant
|
static LoadPictureConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadPictureConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadPictureConstants Default
The value of this constant is 0
public static final LoadPictureConstants Monochrome
The value of this constant is 1
public static final LoadPictureConstants VgaColor
The value of this constant is 2
public static final LoadPictureConstants Color
The value of this constant is 4
public static LoadPictureConstants[] values()
for (LoadPictureConstants c : LoadPictureConstants.values()) System.out.println(c);
public static LoadPictureConstants 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 ComEnum
Copyright © 2014. All rights reserved.