LangAlt

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.psd.xmp.IXmlValue

public class LangAlt implements IXmlValue

Represents XMP Language Alternative.

Constructors

ConstructorDescription
LangAlt(String defaultValue)Initializes a new instance of the LangAlt class.
LangAlt()Initializes a new instance of the LangAlt class.

Methods

MethodDescription
addLanguage(String language, String value)Adds the language.
equals(Object arg0)
getClass()
getXmlValue()Converts XMP value to the XML representation.
hashCode()
notify()
notifyAll()
toString()Returns a System.String that represents this instance.
wait()
wait(long arg0)
wait(long arg0, int arg1)

LangAlt(String defaultValue)

public LangAlt(String defaultValue)

Initializes a new instance of the LangAlt class.

Parameters:

ParameterTypeDescription
defaultValuejava.lang.StringThe default value.

LangAlt()

public LangAlt()

Initializes a new instance of the LangAlt class.

addLanguage(String language, String value)

public void addLanguage(String language, String value)

Adds the language.

Parameters:

ParameterTypeDescription
languagejava.lang.StringThe language.
valuejava.lang.StringThe language value.

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

getXmlValue()

public String getXmlValue()

Converts XMP value to the XML representation.

Returns: java.lang.String - Returns the XMP value converted to the XML representation.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns a System.String that represents this instance.

Returns: java.lang.String - A System.String that represents this instance.

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