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:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
Field Summary
Fields inherited from class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields 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
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
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[]
-