public static enum CompanyTenantRelOperationDto.Status extends java.lang.Enum<CompanyTenantRelOperationDto.Status> implements io.geewit.core.utils.enums.Value
| Enum Constant and Description |
|---|
ACCEPTED
已接受邀请
|
CANCELED
已撤销邀请
|
INITED
初始化, 待审核
|
REFUSED
已拒绝邀请
|
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static CompanyTenantRelOperationDto.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompanyTenantRelOperationDto.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompanyTenantRelOperationDto.Status INITED
public static final CompanyTenantRelOperationDto.Status ACCEPTED
public static final CompanyTenantRelOperationDto.Status REFUSED
public static final CompanyTenantRelOperationDto.Status CANCELED
public static CompanyTenantRelOperationDto.Status[] values()
for (CompanyTenantRelOperationDto.Status c : CompanyTenantRelOperationDto.Status.values()) System.out.println(c);
public static CompanyTenantRelOperationDto.Status 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 int value()
value in interface io.geewit.core.utils.enums.Value