public static enum InternetGatewayAttachment.State extends Enum<InternetGatewayAttachment.State>
Enum Constant and Description |
---|
ATTACHED |
ATTACHING |
AVAILABLE |
DETATCHED |
DETATCHING |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static InternetGatewayAttachment.State |
fromValue(String v) |
String |
value() |
static InternetGatewayAttachment.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternetGatewayAttachment.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternetGatewayAttachment.State UNRECOGNIZED
public static final InternetGatewayAttachment.State ATTACHING
public static final InternetGatewayAttachment.State ATTACHED
public static final InternetGatewayAttachment.State AVAILABLE
public static final InternetGatewayAttachment.State DETATCHING
public static final InternetGatewayAttachment.State DETATCHED
public static InternetGatewayAttachment.State[] values()
for (InternetGatewayAttachment.State c : InternetGatewayAttachment.State.values()) System.out.println(c);
public static InternetGatewayAttachment.State 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 value()
public static InternetGatewayAttachment.State fromValue(String v)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.