public enum AnnotationNodeKind extends Enum<AnnotationNodeKind>
Enum Constant and Description |
---|
COMMON |
FUNCTION |
LISTENER |
RESOURCE |
SERVICE |
Modifier and Type | Method and Description |
---|---|
static AnnotationNodeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationNodeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationNodeKind FUNCTION
public static final AnnotationNodeKind SERVICE
public static final AnnotationNodeKind RESOURCE
public static final AnnotationNodeKind COMMON
public static final AnnotationNodeKind LISTENER
public static AnnotationNodeKind[] values()
for (AnnotationNodeKind c : AnnotationNodeKind.values()) System.out.println(c);
public static AnnotationNodeKind 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 © 2019 WSO2. All rights reserved.