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