PrimaveraXmlReadingOptions
Contents
[
Hide
]
Inheritance: java.lang.Object
public class PrimaveraXmlReadingOptions
Allows to specify additional options when reading Primavera Xml files.
Constructors
Constructor | Description |
---|---|
PrimaveraXmlReadingOptions() | Initializes a new instance of the PrimaveraXmlReadingOptions class. |
Methods
Method | Description |
---|---|
getProjectUid() | Gets the UID of a project to read from file containing multiple projects. |
setProjectUid(int value) | Sets the UID of a project to read from file containing multiple projects. |
PrimaveraXmlReadingOptions()
public PrimaveraXmlReadingOptions()
Initializes a new instance of the PrimaveraXmlReadingOptions class.
getProjectUid()
public final int getProjectUid()
Gets the UID of a project to read from file containing multiple projects.
Returns: int - the UID of a project to read from file containing multiple projects.
setProjectUid(int value)
public final void setProjectUid(int value)
Sets the UID of a project to read from file containing multiple projects.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | the UID of a project to read from file containing multiple projects. |