public final class ProjectFileInfo extends Object implements com.aspose.ms.System.IEquatable<ProjectFileInfo>
The class instance contains information about project file format and version of Microsoft Project where the file was created.
Modifier and Type | Method and Description |
---|---|
boolean |
canRead()
Gets a value indicating whether defines can Aspose.Tasks process the project file.
|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
boolean |
equals(ProjectFileInfo other)
Returns a value indicating whether this instance is equal to a specified object.
|
int |
getProjectApplicationInfo()
Gets project file application info.
|
int |
getProjectFileFormat()
Gets project file format.
|
int |
hashCode()
Returns a hash code value for the instance of the
ProjectFileInfo class. |
public final boolean canRead()
Gets a value indicating whether defines can Aspose.Tasks process the project file.
public final boolean equals(ProjectFileInfo other)
Returns a value indicating whether this instance is equal to a specified object.
other
- The specified object to compare with this instance.public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
equals
in interface com.aspose.ms.System.IEquatable<ProjectFileInfo>
equals
in class Object
obj
- The specified object to compare with this instance.public final int getProjectApplicationInfo()
Gets project file application info.
Read only ApplicationInfo
.
public final int getProjectFileFormat()
Gets project file format.
Read only FileFormat
.
public int hashCode()
Returns a hash code value for the instance of the ProjectFileInfo
class.