java.io.Serializable
, java.lang.Comparable<ProjectManagementOptions.PageSizeEnum>
public static enum ProjectManagementOptions.PageSizeEnum extends java.lang.Enum<ProjectManagementOptions.PageSizeEnum>
Modifier and Type | Class | Description |
---|---|---|
static class |
ProjectManagementOptions.PageSizeEnum.Adapter |
Enum Constant | Description |
---|---|
A0 |
|
A1 |
|
A2 |
|
A3 |
|
A4 |
|
LEDGER |
|
LETTER |
|
UNSPECIFIED |
Modifier and Type | Method | Description |
---|---|---|
static ProjectManagementOptions.PageSizeEnum |
fromValue(java.lang.String text) |
|
java.lang.String |
getValue() |
|
java.lang.String |
toString() |
|
static ProjectManagementOptions.PageSizeEnum |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ProjectManagementOptions.PageSizeEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectManagementOptions.PageSizeEnum UNSPECIFIED
public static final ProjectManagementOptions.PageSizeEnum LETTER
public static final ProjectManagementOptions.PageSizeEnum LEDGER
public static final ProjectManagementOptions.PageSizeEnum A0
public static final ProjectManagementOptions.PageSizeEnum A1
public static final ProjectManagementOptions.PageSizeEnum A2
public static final ProjectManagementOptions.PageSizeEnum A3
public static final ProjectManagementOptions.PageSizeEnum A4
public static ProjectManagementOptions.PageSizeEnum[] values()
for (ProjectManagementOptions.PageSizeEnum c : ProjectManagementOptions.PageSizeEnum.values()) System.out.println(c);
public static ProjectManagementOptions.PageSizeEnum 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 nullpublic java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<ProjectManagementOptions.PageSizeEnum>
public static ProjectManagementOptions.PageSizeEnum fromValue(java.lang.String text)
Copyright © 2020. All rights reserved.