public enum AssetType extends Enum<AssetType>
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildPath(Object... objects) |
protected javax.ws.rs.core.MediaType |
getMediaType() |
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 PACKAGE
public static final AssetType MODEL
public static final AssetType PROCESS
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 nullprotected javax.ws.rs.core.MediaType getMediaType()
Copyright © 2017. All rights reserved.