|
org.netbeans.api.java/1 1.33.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AnnotationProcessingQuery.Trigger>
org.netbeans.api.java.queries.AnnotationProcessingQuery.Trigger
public static enum AnnotationProcessingQuery.Trigger
Annotation processing triggers
Enum Constant Summary | |
---|---|
IN_EDITOR
Annotation processors should run on every modification of a file in editor |
|
ON_SCAN
Annotation processors should run on scanning |
Method Summary | |
---|---|
static AnnotationProcessingQuery.Trigger |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AnnotationProcessingQuery.Trigger[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AnnotationProcessingQuery.Trigger ON_SCAN
public static final AnnotationProcessingQuery.Trigger IN_EDITOR
Method Detail |
---|
public static AnnotationProcessingQuery.Trigger[] values()
for (AnnotationProcessingQuery.Trigger c : AnnotationProcessingQuery.Trigger.values()) System.out.println(c);
public static AnnotationProcessingQuery.Trigger valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
org.netbeans.api.java/1 1.33.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |