VectorEncodingFormat Class

public final class VectorEncodingFormat
extends ExpandableStringEnum<VectorEncodingFormat>

The encoding format for interpreting vector field contents.

Field Summary

Modifier and Type Field and Description
static final VectorEncodingFormat PACKED_BIT

Encoding format representing bits packed into a wider data type.

Constructor Summary

Constructor Description
VectorEncodingFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of VectorEncodingFormat value.

Method Summary

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

Creates or finds a VectorEncodingFormat from its string representation.

static Collection<VectorEncodingFormat> values()

Gets known VectorEncodingFormat values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

PACKED_BIT

public static final VectorEncodingFormat PACKED_BIT

Encoding format representing bits packed into a wider data type.

Constructor Details

VectorEncodingFormat

@Deprecated
public VectorEncodingFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of VectorEncodingFormat value.

Method Details

fromString

public static VectorEncodingFormat fromString(String name)

Creates or finds a VectorEncodingFormat from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding VectorEncodingFormat.

values

public static Collection values()

Gets known VectorEncodingFormat values.

Returns:

known VectorEncodingFormat values.

Applies to