Package com.aspose.tasks
Class PrimaveraXmlReadingOptions
- java.lang.Object
-
- com.aspose.tasks.PrimaveraXmlReadingOptions
-
public class PrimaveraXmlReadingOptions extends Object
Allows to specify additional options when reading Primavera Xml files.
-
-
Constructor Summary
Constructors Constructor Description PrimaveraXmlReadingOptions()Initializes a new instance of thePrimaveraXmlReadingOptionsclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetProjectUid()Gets the UID of a project to read from file containing multiple projects.voidsetProjectUid(int value)Sets the UID of a project to read from file containing multiple projects.
-
-
-
Constructor Detail
-
PrimaveraXmlReadingOptions
public PrimaveraXmlReadingOptions()
Initializes a new instance of the
PrimaveraXmlReadingOptionsclass.
-
-
Method Detail
-
getProjectUid
public final int getProjectUid()
Gets the UID of a project to read from file containing multiple projects.
- Returns:
- the UID of a project to read from file containing multiple projects.
-
setProjectUid
public final void setProjectUid(int value)
Sets the UID of a project to read from file containing multiple projects.
- Parameters:
value- the UID of a project to read from file containing multiple projects.
-
-