Namespaces

Inheritance: java.lang.Object

public final class Namespaces

Contains namespaces used in Rdf document.

Constructors

ConstructorDescription
Namespaces()

Fields

FieldDescription
DublinCoreDublic Core namespace.
PdfAdobe Pdf namespace.
PhotoshopAdobe Photoshop namespace.
RdfResource definition framework namespace.
XmlXml namespace.
XmpBasicXMP Basic namespace.
XmpDmXMP Dynamic Media namespace.
XmpGraphicsXMP graphics namespace.
XmpGraphicsThumbnailXMP graphics namespace.
XmpMmXMP digital asset management namespace.
XmpRightsXMP Rights Management namespace.
XmpTypeDimensionsXMP Dimensions type.
XmpTypeFontXMP Font type.
XmpTypeResourceEventXMP ResourceEvent URI.
XmpTypeResourceRefXMP ResourceRef URI.
XmpTypeVersionXMP Version.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Namespaces()

public Namespaces()

DublinCore

public static final String DublinCore

Dublic Core namespace.

Pdf

public static final String Pdf

Adobe Pdf namespace.

Photoshop

public static final String Photoshop

Adobe Photoshop namespace.

Rdf

public static final String Rdf

Resource definition framework namespace.

Xml

public static final String Xml

Xml namespace.

XmpBasic

public static final String XmpBasic

XMP Basic namespace.

XmpDm

public static final String XmpDm

XMP Dynamic Media namespace.

XmpGraphics

public static final String XmpGraphics

XMP graphics namespace.

XmpGraphicsThumbnail

public static final String XmpGraphicsThumbnail

XMP graphics namespace.

XmpMm

public static final String XmpMm

XMP digital asset management namespace.

XmpRights

public static final String XmpRights

XMP Rights Management namespace.

XmpTypeDimensions

public static final String XmpTypeDimensions

XMP Dimensions type.

XmpTypeFont

public static final String XmpTypeFont

XMP Font type.

XmpTypeResourceEvent

public static final String XmpTypeResourceEvent

XMP ResourceEvent URI.

XmpTypeResourceRef

public static final String XmpTypeResourceRef

XMP ResourceRef URI.

XmpTypeVersion

public static final String XmpTypeVersion

XMP Version.

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

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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