public enum CatSchIDLMultiImageStatus extends java.lang.Enum<CatSchIDLMultiImageStatus>
Enum Constant and Description |
---|
catSchIDLImage_AttrsNotUpToDate |
catSchIDLImage_InvalidReference |
catSchIDLImage_IsUpToDate |
catSchIDLImage_MasterDocNotFound |
catSchIDLImage_MasterNotFound |
Modifier and Type | Method and Description |
---|---|
static CatSchIDLMultiImageStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatSchIDLMultiImageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatSchIDLMultiImageStatus catSchIDLImage_IsUpToDate
public static final CatSchIDLMultiImageStatus catSchIDLImage_MasterNotFound
public static final CatSchIDLMultiImageStatus catSchIDLImage_MasterDocNotFound
public static final CatSchIDLMultiImageStatus catSchIDLImage_InvalidReference
public static final CatSchIDLMultiImageStatus catSchIDLImage_AttrsNotUpToDate
public static CatSchIDLMultiImageStatus[] values()
for (CatSchIDLMultiImageStatus c : CatSchIDLMultiImageStatus.values()) System.out.println(c);
public static CatSchIDLMultiImageStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null