java.io.Serializable
, java.lang.Comparable<ProjectManagementOptions.TimeUnitEnum>
public static enum ProjectManagementOptions.TimeUnitEnum extends java.lang.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(java.lang.String text) |
|
java.lang.String |
getValue() |
|
java.lang.String |
toString() |
|
static ProjectManagementOptions.TimeUnitEnum |
valueOf(java.lang.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(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.TimeUnitEnum>
public static ProjectManagementOptions.TimeUnitEnum fromValue(java.lang.String text)
Copyright © 2020. All rights reserved.