IsCustomizable Class

public final class IsCustomizable
extends ExpandableStringEnum<IsCustomizable>

Defines values for IsCustomizable.

Field Summary

Modifier and Type Field and Description
static final IsCustomizable FALSE

Static value false for IsCustomizable.

static final IsCustomizable TRUE

Static value true for IsCustomizable.

Constructor Summary

Constructor Description
IsCustomizable()

Method Summary

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

Creates or finds a IsCustomizable from its string representation.

static Collection<IsCustomizable> values()

Gets known IsCustomizable values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final IsCustomizable FALSE

Static value false for IsCustomizable.

TRUE

public static final IsCustomizable TRUE

Static value true for IsCustomizable.

Constructor Details

IsCustomizable

public IsCustomizable()

Method Details

fromString

public static IsCustomizable fromString(String name)

Creates or finds a IsCustomizable from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IsCustomizable.

values

public static Collection<IsCustomizable> values()

Gets known IsCustomizable values.

Returns:

known IsCustomizable values.

Applies to