public class PrimaveraXmlReadingOptions extends Object
Allows to specify additional options when reading Primavera Xml files.
Constructor and Description |
---|
PrimaveraXmlReadingOptions()
Initializes a new instance of the
PrimaveraXmlReadingOptions class. |
Modifier and Type | Method and 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.
|
public PrimaveraXmlReadingOptions()
Initializes a new instance of the PrimaveraXmlReadingOptions
class.
public final int getProjectUid()
Gets the UID of a project to read from file containing multiple projects.
public final void setProjectUid(int value)
Sets the UID of a project to read from file containing multiple projects.
value
- the UID of a project to read from file containing multiple projects.