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