Class MspImportMode

java.lang.Object
wt.fc.EnumeratedType
com.ptc.projectmanagement.msproject.MspImportMode
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

public class MspImportMode extends EnumeratedType implements Serializable
This EnumeratedType is used to specify how conflicts are handled during a Microsoft Project Plan import operation. For example, this type can be used to specify whether imported objects should:
  • replace objects already in the PTC Plan,
  • be appended to the PTC Plan regardless of what other objects are already in the plan or,
  • update objects already in the PTC Plan

    Supported API: true

    Extendable: false
See Also:
  • Method Details

    • toMspImportMode

      public static MspImportMode toMspImportMode(String internal_value) throws WTInvalidParameterException
      Returns the MspImportMode instance for the internal_value argument.

      Supported API: true
      Parameters:
      internal_value - The internal (persistent) value for a valid instance of MspImportMode.
      Returns:
      MspImportMode
      Throws:
      WTInvalidParameterException
    • getMspImportModeDefault

      public static MspImportMode getMspImportModeDefault()
      Returns the default value (instance) for the MspImportMode set.

      Supported API: true
      Returns:
      MspImportMode
    • getMspImportModeSet

      public static MspImportMode[] getMspImportModeSet()
      Returns a copy of the set of valid values (instances) for the MspImportMode class.

      Supported API: true
      Returns:
      MspImportMode[]
    • getValueSet

      public EnumeratedType[] getValueSet()
      Returns a copy of the set of valid values (instances) for this instance, for the current user locale.

      Supported API: true
      Specified by:
      getValueSet in class EnumeratedType
      Returns:
      EnumeratedType[]