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