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 thePrimaveraXmlReadingOptions
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getProjectUid()
Gets the UID of a project to read from file containing multiple projects.void
setProjectUid(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
PrimaveraXmlReadingOptions
class.
-
-
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.
-
-