@Generated public enum CleanRoomAssetAssetType extends Enum<CleanRoomAssetAssetType>
| Enum Constant and Description |
|---|
FOREIGN_TABLE |
NOTEBOOK_FILE |
TABLE |
VIEW |
VOLUME |
| Modifier and Type | Method and Description |
|---|---|
static CleanRoomAssetAssetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CleanRoomAssetAssetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CleanRoomAssetAssetType FOREIGN_TABLE
public static final CleanRoomAssetAssetType NOTEBOOK_FILE
public static final CleanRoomAssetAssetType TABLE
public static final CleanRoomAssetAssetType VIEW
public static final CleanRoomAssetAssetType VOLUME
public static CleanRoomAssetAssetType[] values()
for (CleanRoomAssetAssetType c : CleanRoomAssetAssetType.values()) System.out.println(c);
public static CleanRoomAssetAssetType 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 © 2025. All rights reserved.