public static enum SubmitCommonSbb.MaxActivityCountFactor extends Enum<SubmitCommonSbb.MaxActivityCountFactor>
| Modifier and Type | Method and Description |
|---|---|
static SubmitCommonSbb.MaxActivityCountFactor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubmitCommonSbb.MaxActivityCountFactor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubmitCommonSbb.MaxActivityCountFactor factor_12
public static final SubmitCommonSbb.MaxActivityCountFactor factor_14
public static SubmitCommonSbb.MaxActivityCountFactor[] values()
for (SubmitCommonSbb.MaxActivityCountFactor c : SubmitCommonSbb.MaxActivityCountFactor.values()) System.out.println(c);
public static SubmitCommonSbb.MaxActivityCountFactor valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All Rights Reserved.