@API(status=MAINTAINED, since="1.2") public enum UseTypeMode extends java.lang.Enum<UseTypeMode>
Enum Constant and Description |
---|
CONSTRUCTORS |
FACTORIES |
PUBLIC_CONSTRUCTORS |
PUBLIC_FACTORIES |
Modifier and Type | Method and Description |
---|---|
abstract <T> TypeArbitrary<T> |
modify(TypeArbitrary<T> arbitrary) |
static UseTypeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UseTypeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UseTypeMode CONSTRUCTORS
public static final UseTypeMode FACTORIES
public static final UseTypeMode PUBLIC_CONSTRUCTORS
public static final UseTypeMode PUBLIC_FACTORIES
public static UseTypeMode[] values()
for (UseTypeMode c : UseTypeMode.values()) System.out.println(c);
public static UseTypeMode 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 null@API(status=INTERNAL, since="1.1") public abstract <T> TypeArbitrary<T> modify(TypeArbitrary<T> arbitrary)