public static enum ClassSource_ScanCounts.ResultField extends java.lang.Enum<ClassSource_ScanCounts.ResultField>
Enum Constant and Description |
---|
CLASS |
CONTAINER |
DUPLICATE_CLASS |
ENTRY |
NON_CLASS |
NON_CONTAINER |
NON_ROOT_CONTAINER |
PROCESSED_CLASS |
ROOT_CONTAINER |
UNPROCESSED_CLASS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTag() |
static ClassSource_ScanCounts.ResultField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassSource_ScanCounts.ResultField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassSource_ScanCounts.ResultField ENTRY
public static final ClassSource_ScanCounts.ResultField NON_CONTAINER
public static final ClassSource_ScanCounts.ResultField CONTAINER
public static final ClassSource_ScanCounts.ResultField ROOT_CONTAINER
public static final ClassSource_ScanCounts.ResultField NON_ROOT_CONTAINER
public static final ClassSource_ScanCounts.ResultField NON_CLASS
public static final ClassSource_ScanCounts.ResultField CLASS
public static final ClassSource_ScanCounts.ResultField DUPLICATE_CLASS
public static final ClassSource_ScanCounts.ResultField UNPROCESSED_CLASS
public static final ClassSource_ScanCounts.ResultField PROCESSED_CLASS
public static ClassSource_ScanCounts.ResultField[] values()
for (ClassSource_ScanCounts.ResultField c : ClassSource_ScanCounts.ResultField.values()) System.out.println(c);
public static ClassSource_ScanCounts.ResultField 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 nullpublic java.lang.String getTag()