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