OfferType Class

public final class OfferType
extends ExpandableStringEnum<OfferType>

Defines values for OfferType.

Field Summary

Modifier and Type Field and Description
static final OfferType VIRTUALMACHINE

Static value virtualmachine for OfferType.

Constructor Summary

Constructor Description
OfferType()

Method Summary

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

Creates or finds a OfferType from its string representation.

static Collection<OfferType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

VIRTUALMACHINE

public static final OfferType VIRTUALMACHINE

Static value virtualmachine for OfferType.

Constructor Details

OfferType

public OfferType()

Method Details

fromString

public static OfferType fromString(String name)

Creates or finds a OfferType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OfferType.

values

public static Collection values()

Returns:

known OfferType values.

Applies to