public enum swComponentReloadError_e extends java.lang.Enum<swComponentReloadError_e>
Modifier and Type | Method and Description |
---|---|
static swComponentReloadError_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swComponentReloadError_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swComponentReloadError_e swReloadOkay
public static final swComponentReloadError_e swWriteAccessError
public static final swComponentReloadError_e swFutureVersionError
public static final swComponentReloadError_e swModifiedNotReloadedError
public static final swComponentReloadError_e swInvalidOption
public static final swComponentReloadError_e swFileNotSavedError
public static final swComponentReloadError_e swInvalidComponentError
public static final swComponentReloadError_e swUnexpectedError
public static final swComponentReloadError_e swComponentLightWeightError
public static final swComponentReloadError_e swFileDoesntExistError
public static final swComponentReloadError_e swFileInvalidOrSameNameError
public static final swComponentReloadError_e swDocumentHasNoView
public static final swComponentReloadError_e swDocumentAlreadyOpenedError
public static final swComponentReloadError_e swDocumentEventError
public static final swComponentReloadError_e swDocumentNotChanged
public static final swComponentReloadError_e swReloadCancel
public static final swComponentReloadError_e swReadOnlyChanged
public static swComponentReloadError_e[] values()
for (swComponentReloadError_e c : swComponentReloadError_e.values()) System.out.println(c);
public static swComponentReloadError_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