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