Udostępnij za pośrednictwem


StaticRoutingEnrichmentType Class

public final class StaticRoutingEnrichmentType
extends ExpandableStringEnum<StaticRoutingEnrichmentType>

Static routing enrichment value type. For e.g. this property value can be 'String'.

Field Summary

Modifier and Type Field and Description
static final StaticRoutingEnrichmentType STRING

Static value String for StaticRoutingEnrichmentType.

Constructor Summary

Constructor Description
StaticRoutingEnrichmentType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StaticRoutingEnrichmentType value.

Method Summary

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

Creates or finds a StaticRoutingEnrichmentType from its string representation.

static Collection<StaticRoutingEnrichmentType> values()

Gets known StaticRoutingEnrichmentType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STRING

public static final StaticRoutingEnrichmentType STRING

Static value String for StaticRoutingEnrichmentType.

Constructor Details

StaticRoutingEnrichmentType

@Deprecated
public StaticRoutingEnrichmentType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StaticRoutingEnrichmentType value.

Method Details

fromString

public static StaticRoutingEnrichmentType fromString(String name)

Creates or finds a StaticRoutingEnrichmentType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StaticRoutingEnrichmentType.

values

public static Collection<StaticRoutingEnrichmentType> values()

Gets known StaticRoutingEnrichmentType values.

Returns:

known StaticRoutingEnrichmentType values.

Applies to