public static enum AbstractSrcClass.Kind extends Enum<AbstractSrcClass.Kind>
Enum Constant and Description |
---|
Annotation |
Class |
Enum |
Interface |
Modifier and Type | Method and Description |
---|---|
static AbstractSrcClass.Kind |
from(ElementKind kind) |
static AbstractSrcClass.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSrcClass.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSrcClass.Kind Class
public static final AbstractSrcClass.Kind Interface
public static final AbstractSrcClass.Kind Annotation
public static final AbstractSrcClass.Kind Enum
public static AbstractSrcClass.Kind[] values()
for (AbstractSrcClass.Kind c : AbstractSrcClass.Kind.values()) System.out.println(c);
public static AbstractSrcClass.Kind 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 static AbstractSrcClass.Kind from(ElementKind kind)
Copyright © 2020. All rights reserved.