public static enum TStageLocation.EStageLocationType extends Enum<TStageLocation.EStageLocationType>
Enum Constant and Description |
---|
external |
internalNamed |
internalTable |
internalUser |
location |
unknown |
Modifier and Type | Method and Description |
---|---|
static TStageLocation.EStageLocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TStageLocation.EStageLocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TStageLocation.EStageLocationType internalUser
public static final TStageLocation.EStageLocationType internalTable
public static final TStageLocation.EStageLocationType internalNamed
public static final TStageLocation.EStageLocationType external
public static final TStageLocation.EStageLocationType location
public static final TStageLocation.EStageLocationType unknown
public static TStageLocation.EStageLocationType[] values()
for (TStageLocation.EStageLocationType c : TStageLocation.EStageLocationType.values()) System.out.println(c);
public static TStageLocation.EStageLocationType 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. All rights reserved.