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