public static enum AnnotationProcessorUtils.TypeCategory extends Enum<AnnotationProcessorUtils.TypeCategory>
Enum Constant and Description |
---|
ATTRIBUTE |
COLLECTION |
LIST |
MAP |
SET |
Modifier and Type | Method and Description |
---|---|
String |
getTypeName() |
static AnnotationProcessorUtils.TypeCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationProcessorUtils.TypeCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationProcessorUtils.TypeCategory COLLECTION
public static final AnnotationProcessorUtils.TypeCategory SET
public static final AnnotationProcessorUtils.TypeCategory LIST
public static final AnnotationProcessorUtils.TypeCategory MAP
public static final AnnotationProcessorUtils.TypeCategory ATTRIBUTE
public static AnnotationProcessorUtils.TypeCategory[] values()
for (AnnotationProcessorUtils.TypeCategory c : AnnotationProcessorUtils.TypeCategory.values()) System.out.println(c);
public static AnnotationProcessorUtils.TypeCategory 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 String getTypeName()
Copyright © 2021. All rights reserved.