| Modifier and Type | Field and Description |
|---|---|
ProjectState |
ProjectInfoDTO.state |
| Modifier and Type | Method and Description |
|---|---|
ProjectState |
ProjectInfoDTO.getState() |
static ProjectState |
ProjectState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectState[] |
ProjectState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectInfoDTO.setState(ProjectState state) |
Copyright © 2011–2017 Red Hat. All rights reserved.