Package | Description |
---|---|
com.fatwire.services.beans.asset |
Modifier and Type | Method and Description |
---|---|
static AssetBean.Status |
AssetBean.Status.toEnum(String code)
Returns an enum object, given the code, or
null if there is no such supported code. |
static AssetBean.Status |
AssetBean.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetBean.Status[] |
AssetBean.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|