public enum VpgSubEntityRequest extends Enum<VpgSubEntityRequest>
Enum Constant and Description |
---|
SERVICE_PROFILE |
VPG_VM |
Modifier and Type | Method and Description |
---|---|
static VpgSubEntityRequest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpgSubEntityRequest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpgSubEntityRequest VPG_VM
public static final VpgSubEntityRequest SERVICE_PROFILE
public static VpgSubEntityRequest[] values()
for (VpgSubEntityRequest c : VpgSubEntityRequest.values()) System.out.println(c);
public static VpgSubEntityRequest 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 nullCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.