public static enum Reflection.Interfaces extends Enum<Reflection.Interfaces>
Reflection.hierarchy(Class, Interfaces).
Taken from commons-lang3.| Modifier and Type | Method and Description |
|---|---|
static Reflection.Interfaces |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Reflection.Interfaces[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reflection.Interfaces INCLUDE
public static final Reflection.Interfaces EXCLUDE
public static Reflection.Interfaces[] values()
for (Reflection.Interfaces c : Reflection.Interfaces.values()) System.out.println(c);
public static Reflection.Interfaces 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 © 2010–2020 The Apache Software Foundation. All rights reserved.