public enum PageBreakLocations extends java.lang.Enum<PageBreakLocations>
| Modifier and Type | Method and Description |
|---|---|
static PageBreakLocations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageBreakLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageBreakLocations BEFORE_OPERATION
public static final PageBreakLocations BEFORE_OPERATION_DESCRIPTION
public static final PageBreakLocations BEFORE_OPERATION_PARAMETERS
public static final PageBreakLocations BEFORE_OPERATION_RESPONSES
public static final PageBreakLocations BEFORE_OPERATION_CONSUMES
public static final PageBreakLocations BEFORE_OPERATION_PRODUCES
public static final PageBreakLocations BEFORE_OPERATION_EXAMPLE_REQUEST
public static final PageBreakLocations BEFORE_OPERATION_EXAMPLE_RESPONSE
public static final PageBreakLocations BEFORE_DEFINITION
public static final PageBreakLocations AFTER_OPERATION
public static final PageBreakLocations AFTER_OPERATION_DESCRIPTION
public static final PageBreakLocations AFTER_OPERATION_PARAMETERS
public static final PageBreakLocations AFTER_OPERATION_RESPONSES
public static final PageBreakLocations AFTER_OPERATION_CONSUMES
public static final PageBreakLocations AFTER_OPERATION_PRODUCES
public static final PageBreakLocations AFTER_OPERATION_EXAMPLE_REQUEST
public static final PageBreakLocations AFTER_OPERATION_EXAMPLE_RESPONSE
public static final PageBreakLocations AFTER_DEFINITION
public static PageBreakLocations[] values()
for (PageBreakLocations c : PageBreakLocations.values()) System.out.println(c);
public static PageBreakLocations 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