SsisLogLocationType Class

public final class SsisLogLocationType
extends ExpandableStringEnum<SsisLogLocationType>

The type of SSIS log location.

Field Summary

Modifier and Type Field and Description
static final SsisLogLocationType FILE

Static value File for SsisLogLocationType.

Constructor Summary

Constructor Description
SsisLogLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SsisLogLocationType value.

Method Summary

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

Creates or finds a SsisLogLocationType from its string representation.

static Collection<SsisLogLocationType> values()

Gets known SsisLogLocationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FILE

public static final SsisLogLocationType FILE

Static value File for SsisLogLocationType.

Constructor Details

SsisLogLocationType

@Deprecated
public SsisLogLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SsisLogLocationType value.

Method Details

fromString

public static SsisLogLocationType fromString(String name)

Creates or finds a SsisLogLocationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SsisLogLocationType.

values

public static Collection values()

Gets known SsisLogLocationType values.

Returns:

known SsisLogLocationType values.

Applies to