Package | Description |
---|---|
org.zanata.common | |
org.zanata.rest.dto |
Modifier and Type | Method and Description |
---|---|
static EntityStatus |
EntityStatus.valueOf(char initial) |
static EntityStatus |
EntityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityStatus[] |
EntityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EntityStatus |
ProjectIteration.getStatus() |
EntityStatus |
Project.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectIteration.setStatus(EntityStatus status) |
void |
Project.setStatus(EntityStatus status) |
Copyright © 2015 Zanata Project. All rights reserved.