public static enum JSONTestUtil.BeanType extends Enum<JSONTestUtil.BeanType>
| Enum Constant and Description |
|---|
DECORATOR |
EXTENSION |
INTERCEPTOR |
MANAGED |
PRODUCER_FIELD |
PRODUCER_METHOD |
SESSION |
| Modifier and Type | Method and Description |
|---|---|
static JSONTestUtil.BeanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSONTestUtil.BeanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSONTestUtil.BeanType MANAGED
public static final JSONTestUtil.BeanType INTERCEPTOR
public static final JSONTestUtil.BeanType DECORATOR
public static final JSONTestUtil.BeanType PRODUCER_FIELD
public static final JSONTestUtil.BeanType PRODUCER_METHOD
public static final JSONTestUtil.BeanType EXTENSION
public static final JSONTestUtil.BeanType SESSION
public static JSONTestUtil.BeanType[] values()
for (JSONTestUtil.BeanType c : JSONTestUtil.BeanType.values()) System.out.println(c);
public static JSONTestUtil.BeanType 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 © 2016. All Rights Reserved.