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