public static enum JavacHandlerUtil.MemberExistsResult extends java.lang.Enum<JavacHandlerUtil.MemberExistsResult>
Enum Constant and Description |
---|
EXISTS_BY_LOMBOK |
EXISTS_BY_USER |
NOT_EXISTS |
Modifier and Type | Method and Description |
---|---|
static JavacHandlerUtil.MemberExistsResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavacHandlerUtil.MemberExistsResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavacHandlerUtil.MemberExistsResult NOT_EXISTS
public static final JavacHandlerUtil.MemberExistsResult EXISTS_BY_LOMBOK
public static final JavacHandlerUtil.MemberExistsResult EXISTS_BY_USER
public static JavacHandlerUtil.MemberExistsResult[] values()
for (JavacHandlerUtil.MemberExistsResult c : JavacHandlerUtil.MemberExistsResult.values()) System.out.println(c);
public static JavacHandlerUtil.MemberExistsResult 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 nullCopyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.