public enum swStep242Error_e extends java.lang.Enum<swStep242Error_e>
Enum Constant and Description |
---|
swPublishStep242_InvalidPath |
swPublishStep242_MBDLicenseNotAvailable |
swPublishStep242_Success |
swPublishStep242_UnknownError |
Modifier and Type | Method and Description |
---|---|
static swStep242Error_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swStep242Error_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swStep242Error_e swPublishStep242_Success
public static final swStep242Error_e swPublishStep242_InvalidPath
public static final swStep242Error_e swPublishStep242_UnknownError
public static final swStep242Error_e swPublishStep242_MBDLicenseNotAvailable
public static swStep242Error_e[] values()
for (swStep242Error_e c : swStep242Error_e.values()) System.out.println(c);
public static swStep242Error_e 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