ApplicationsExpand Class

public final class ApplicationsExpand
extends ExpandableStringEnum<ApplicationsExpand>

Defines values for ApplicationsExpand.

Field Summary

Modifier and Type Field and Description
static final ApplicationsExpand APPLIES_TO

Static value appliesTo for ApplicationsExpand.

static final ApplicationsExpand ASTERISK

Static value * for ApplicationsExpand.

Constructor Summary

Constructor Description
ApplicationsExpand()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationsExpand value.

Method Summary

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

Creates or finds a ApplicationsExpand from its string representation.

static Collection<ApplicationsExpand> values()

Gets known ApplicationsExpand values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APPLIES_TO

public static final ApplicationsExpand APPLIES_TO

Static value appliesTo for ApplicationsExpand.

ASTERISK

public static final ApplicationsExpand ASTERISK

Static value * for ApplicationsExpand.

Constructor Details

ApplicationsExpand

@Deprecated
public ApplicationsExpand()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationsExpand value.

Method Details

fromString

public static ApplicationsExpand fromString(String name)

Creates or finds a ApplicationsExpand from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ApplicationsExpand.

values

public static Collection values()

Gets known ApplicationsExpand values.

Returns:

known ApplicationsExpand values.

Applies to