Share via


IntegrationRuntimeReferenceType Class

public final class IntegrationRuntimeReferenceType
extends ExpandableStringEnum<IntegrationRuntimeReferenceType>

Type of integration runtime.

Field Summary

Modifier and Type Field and Description
static final IntegrationRuntimeReferenceType INTEGRATION_RUNTIME_REFERENCE

Static value IntegrationRuntimeReference for IntegrationRuntimeReferenceType.

Constructor Summary

Constructor Description
IntegrationRuntimeReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeReferenceType value.

Method Summary

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

Creates or finds a IntegrationRuntimeReferenceType from its string representation.

static Collection<IntegrationRuntimeReferenceType> values()

Gets known IntegrationRuntimeReferenceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INTEGRATION_RUNTIME_REFERENCE

public static final IntegrationRuntimeReferenceType INTEGRATION_RUNTIME_REFERENCE

Static value IntegrationRuntimeReference for IntegrationRuntimeReferenceType.

Constructor Details

IntegrationRuntimeReferenceType

@Deprecated
public IntegrationRuntimeReferenceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeReferenceType value.

Method Details

fromString

public static IntegrationRuntimeReferenceType fromString(String name)

Creates or finds a IntegrationRuntimeReferenceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IntegrationRuntimeReferenceType.

values

public static Collection<IntegrationRuntimeReferenceType> values()

Gets known IntegrationRuntimeReferenceType values.

Returns:

known IntegrationRuntimeReferenceType values.

Applies to