public static enum CodePipelineStateModel.CategoryType extends Enum<CodePipelineStateModel.CategoryType>
| Enum Constant and Description |
|---|
Build |
PleaseChooseACategory |
Test |
| Modifier and Type | Method and Description |
|---|---|
static CodePipelineStateModel.CategoryType |
fromName(String name) |
String |
getName() |
static CodePipelineStateModel.CategoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodePipelineStateModel.CategoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodePipelineStateModel.CategoryType PleaseChooseACategory
public static final CodePipelineStateModel.CategoryType Build
public static final CodePipelineStateModel.CategoryType Test
public static CodePipelineStateModel.CategoryType[] values()
for (CodePipelineStateModel.CategoryType c : CodePipelineStateModel.CategoryType.values()) System.out.println(c);
public static CodePipelineStateModel.CategoryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public static CodePipelineStateModel.CategoryType fromName(String name)
Copyright © 2004-2019. All Rights Reserved.