JsonWriteFilePattern Class

public final class JsonWriteFilePattern
extends ExpandableStringEnum<JsonWriteFilePattern>

All available filePatterns.

Field Summary

Modifier and Type Field and Description
static final JsonWriteFilePattern ARRAY_OF_OBJECTS

Static value arrayOfObjects for JsonWriteFilePattern.

static final JsonWriteFilePattern SET_OF_OBJECTS

Static value setOfObjects for JsonWriteFilePattern.

Constructor Summary

Constructor Description
JsonWriteFilePattern()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JsonWriteFilePattern value.

Method Summary

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

Creates or finds a JsonWriteFilePattern from its string representation.

static Collection<JsonWriteFilePattern> values()

Gets known JsonWriteFilePattern values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ARRAY_OF_OBJECTS

public static final JsonWriteFilePattern ARRAY_OF_OBJECTS

Static value arrayOfObjects for JsonWriteFilePattern.

SET_OF_OBJECTS

public static final JsonWriteFilePattern SET_OF_OBJECTS

Static value setOfObjects for JsonWriteFilePattern.

Constructor Details

JsonWriteFilePattern

@Deprecated
public JsonWriteFilePattern()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JsonWriteFilePattern value.

Method Details

fromString

public static JsonWriteFilePattern fromString(String name)

Creates or finds a JsonWriteFilePattern from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding JsonWriteFilePattern.

values

public static Collection<JsonWriteFilePattern> values()

Gets known JsonWriteFilePattern values.

Returns:

known JsonWriteFilePattern values.

Applies to