Class MspImportMode
java.lang.Object
wt.fc.EnumeratedType
com.ptc.projectmanagement.msproject.MspImportMode
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,LocalizableMessage,Message
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
Planregardless of what other objects are already in the plan or, - update objects already in the PTC
Plan
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Modifier and TypeMethodDescriptionstatic MspImportModeReturns the default value (instance) for the MspImportMode set.static MspImportMode[]Returns a copy of the set of valid values (instances) for the MspImportMode class.Returns a copy of the set of valid values (instances) for this instance, for the current user locale.static MspImportModetoMspImportMode(String internal_value) Returns the MspImportMode instance for the internal_value argument.Methods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
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
Returns the default value (instance) for the MspImportMode set.
Supported API: true- Returns:
- MspImportMode
-
getMspImportModeSet
Returns a copy of the set of valid values (instances) for the MspImportMode class.
Supported API: true- Returns:
- MspImportMode[]
-
getValueSet
Returns a copy of the set of valid values (instances) for this instance, for the current user locale.
Supported API: true- Specified by:
getValueSetin classEnumeratedType- Returns:
- EnumeratedType[]
-