SsisObjectMetadataType Class

public final class SsisObjectMetadataType
extends ExpandableStringEnum<SsisObjectMetadataType>

The type of SSIS object metadata.

Field Summary

Modifier and Type Field and Description
static final SsisObjectMetadataType ENVIRONMENT

Static value Environment for SsisObjectMetadataType.

static final SsisObjectMetadataType FOLDER

Static value Folder for SsisObjectMetadataType.

static final SsisObjectMetadataType PACKAGE

Static value Package for SsisObjectMetadataType.

static final SsisObjectMetadataType PROJECT

Static value Project for SsisObjectMetadataType.

Constructor Summary

Constructor Description
SsisObjectMetadataType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SsisObjectMetadataType value.

Method Summary

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

Creates or finds a SsisObjectMetadataType from its string representation.

static Collection<SsisObjectMetadataType> values()

Gets known SsisObjectMetadataType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ENVIRONMENT

public static final SsisObjectMetadataType ENVIRONMENT

Static value Environment for SsisObjectMetadataType.

FOLDER

public static final SsisObjectMetadataType FOLDER

Static value Folder for SsisObjectMetadataType.

PACKAGE

public static final SsisObjectMetadataType PACKAGE

Static value Package for SsisObjectMetadataType.

PROJECT

public static final SsisObjectMetadataType PROJECT

Static value Project for SsisObjectMetadataType.

Constructor Details

SsisObjectMetadataType

@Deprecated
public SsisObjectMetadataType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SsisObjectMetadataType value.

Method Details

fromString

public static SsisObjectMetadataType fromString(String name)

Creates or finds a SsisObjectMetadataType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SsisObjectMetadataType.

values

public static Collection<SsisObjectMetadataType> values()

Gets known SsisObjectMetadataType values.

Returns:

known SsisObjectMetadataType values.

Applies to