public enum swReplaceComponentError_e extends java.lang.Enum<swReplaceComponentError_e>
Modifier and Type | Method and Description |
---|---|
static swReplaceComponentError_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swReplaceComponentError_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swReplaceComponentError_e swReplaceComponent_Undefined
public static final swReplaceComponentError_e swReplaceComponent_Success
public static final swReplaceComponentError_e swReplaceComponent_EmptyName
public static final swReplaceComponentError_e swReplaceComponent_InvalidFileName
public static final swReplaceComponentError_e swReplaceComponent_SameModelDifferentPath
public static final swReplaceComponentError_e swReplaceComponent_SameFile
public static final swReplaceComponentError_e swReplaceComponent_NotTopLevelComponent
public static final swReplaceComponentError_e swReplaceComponent_UnknownError
public static swReplaceComponentError_e[] values()
for (swReplaceComponentError_e c : swReplaceComponentError_e.values()) System.out.println(c);
public static swReplaceComponentError_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