Uses of Class
wt.projmgmt.msproject.ImportMode

Packages that use ImportMode
wt.projmgmt.msproject   
 

Uses of ImportMode in wt.projmgmt.msproject
 

Fields in wt.projmgmt.msproject declared as ImportMode
static ImportMode ImportMode.REPLACE
          A mode that replaces all project nodes with the imported nodes.
static ImportMode ImportMode.APPEND
          A mode that appends the imported projects nodes to the project plan without removing any existing project nodes.
static ImportMode ImportMode.MERGE
          A mode that merges imported projects nodes the existing project nodes.
private  ImportMode ImportInfo.importMode
           
 

Methods in wt.projmgmt.msproject that return ImportMode
static ImportMode ImportMode.newImportMode(int secretHandshake)
          Used by EnumeratedType for constructing instances of ImportMode, from a resource bundle.
static ImportMode ImportMode.toImportMode(String internal_value)
          Returns the ImportMode instance for the internal_value argument.
static ImportMode ImportMode.getImportModeDefault()
          Returns the default value (instance) for the ImportMode set.
static ImportMode[] ImportMode.getImportModeSet()
          Returns a copy of the set of valid values (instances) for the ImportMode class.
 ImportMode ImportInfo.getImportMode()
          Gets the value of the attribute: importMode; the import mode to use when importing the Microsoft Project Plan.
 

Methods in wt.projmgmt.msproject with parameters of type ImportMode
 void ImportInfo.setImportMode(ImportMode a_ImportMode)
          Sets the value of the attribute: importMode; the import mode to use when importing the Microsoft Project Plan.