public enum AssessmentType extends Enum<AssessmentType>
| Enum Constant and Description |
|---|
DYNAMIC_PREMIUM |
MOBILE_PREMIUM |
STATIC_ANALYSIS |
STATIC_ASSESSMENT |
STATIC_EXPRESS |
STATIC_STANDARD |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getName() |
static String |
getTypeName(int typeId) |
static AssessmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssessmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssessmentType STATIC_ANALYSIS
public static final AssessmentType MOBILE_PREMIUM
public static final AssessmentType STATIC_EXPRESS
public static final AssessmentType DYNAMIC_PREMIUM
public static final AssessmentType STATIC_STANDARD
public static final AssessmentType STATIC_ASSESSMENT
public static AssessmentType[] values()
for (AssessmentType c : AssessmentType.values()) System.out.println(c);
public static AssessmentType 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 nullpublic int getId()
public String getName()
public static String getTypeName(int typeId)
Copyright © 2004-2016. All Rights Reserved.