| Package | Description |
|---|---|
| org.jsondoc.core.pojo |
| Modifier and Type | Method and Description |
|---|---|
ApiStage |
ApiObjectDoc.getStage() |
ApiStage |
ApiMethodDoc.getStage() |
ApiStage |
ApiDoc.getStage() |
static ApiStage |
ApiStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiStage[] |
ApiStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiObjectDoc.setStage(ApiStage stage) |
void |
ApiMethodDoc.setStage(ApiStage stage) |
void |
ApiDoc.setStage(ApiStage stage) |
Copyright © 2015. All rights reserved.