public enum RdsAccountType extends Enum<RdsAccountType>
| Modifier and Type | Method and Description |
|---|---|
static RdsAccountType |
create(String value) |
String |
getValue() |
String |
toString() |
static RdsAccountType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdsAccountType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdsAccountType Common
public static final RdsAccountType Super
public static final RdsAccountType Unknown
public static RdsAccountType[] values()
for (RdsAccountType c : RdsAccountType.values()) System.out.println(c);
public static RdsAccountType 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 getValue()
public String toString()
toString in class Enum<RdsAccountType>public static RdsAccountType create(String value)
Copyright © 2024. All rights reserved.