CategoryType Class

public final class CategoryType
extends ExpandableStringEnum<CategoryType>

Defines values for CategoryType.

Field Summary

Modifier and Type Field and Description
static final CategoryType COST

Static value Cost for CategoryType.

Constructor Summary

Constructor Description
CategoryType()

Method Summary

Modifier and Type Method and Description
static CategoryType fromString(String name)

Creates or finds a CategoryType from its string representation.

static Collection<CategoryType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COST

public static final CategoryType COST

Static value Cost for CategoryType.

Constructor Details

CategoryType

public CategoryType()

Method Details

fromString

public static CategoryType fromString(String name)

Creates or finds a CategoryType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CategoryType.

values

public static Collection values()

Returns:

known CategoryType values.

Applies to