ProjectLink

Inheritance: java.lang.Object, com.aspose.psd.xmp.types.XmpTypeBase

public final class ProjectLink extends XmpTypeBase

Represents path of the project.

Constructors

ConstructorDescription
ProjectLink()

Methods

MethodDescription
equals(Object arg0)
getClass()
getPath()Gets or sets full path to the project.
getType()Gets or sets file type.
getXmpRepresentation()Returns string contained value in XMP format.
hashCode()
notify()
notifyAll()
setPath(String value)Gets or sets full path to the project.
setType(int value)Gets or sets file type.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
public ProjectLink()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getPath()

public String getPath()

Gets or sets full path to the project.

Value: The full path to the project.

Returns: java.lang.String

getType()

public int getType()

Gets or sets file type.

Value: The file type.

Returns: int

getXmpRepresentation()

public String getXmpRepresentation()

Returns string contained value in XMP format.

Returns: java.lang.String - Returns string contained value in XMP format.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setPath(String value)

public void setPath(String value)

Gets or sets full path to the project.

Value: The full path to the project.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setType(int value)

public void setType(int value)

Gets or sets file type.

Value: The file type.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int