SsisPackageLocationType Class

public final class SsisPackageLocationType
extends ExpandableStringEnum<SsisPackageLocationType>

The type of SSIS package location.

Field Summary

Modifier and Type Field and Description
static final SsisPackageLocationType FILE

Static value File for SsisPackageLocationType.

static final SsisPackageLocationType INLINE_PACKAGE

Static value InlinePackage for SsisPackageLocationType.

static final SsisPackageLocationType PACKAGE_STORE

Static value PackageStore for SsisPackageLocationType.

static final SsisPackageLocationType SSISDB

Static value SSISDB for SsisPackageLocationType.

Constructor Summary

Constructor Description
SsisPackageLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SsisPackageLocationType value.

Method Summary

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

Creates or finds a SsisPackageLocationType from its string representation.

static Collection<SsisPackageLocationType> values()

Gets known SsisPackageLocationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FILE

public static final SsisPackageLocationType FILE

Static value File for SsisPackageLocationType.

INLINE_PACKAGE

public static final SsisPackageLocationType INLINE_PACKAGE

Static value InlinePackage for SsisPackageLocationType.

PACKAGE_STORE

public static final SsisPackageLocationType PACKAGE_STORE

Static value PackageStore for SsisPackageLocationType.

SSISDB

public static final SsisPackageLocationType SSISDB

Static value SSISDB for SsisPackageLocationType.

Constructor Details

SsisPackageLocationType

@Deprecated
public SsisPackageLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SsisPackageLocationType value.

Method Details

fromString

public static SsisPackageLocationType fromString(String name)

Creates or finds a SsisPackageLocationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SsisPackageLocationType.

values

public static Collection values()

Gets known SsisPackageLocationType values.

Returns:

known SsisPackageLocationType values.

Applies to