Namespaces
Contents
[
Hide
]Inheritance: java.lang.Object
public final class Namespaces
Contains namespaces used in Rdf document.
Constructors
Constructor | Description |
---|---|
Namespaces() |
Fields
Field | Description |
---|---|
DublinCore | Dublic Core namespace. |
Adobe Pdf namespace. | |
Photoshop | Adobe Photoshop namespace. |
Rdf | Resource definition framework namespace. |
Xml | Xml namespace. |
XmpBasic | XMP Basic namespace. |
XmpDm | XMP Dynamic Media namespace. |
XmpGraphics | XMP graphics namespace. |
XmpGraphicsThumbnail | XMP graphics namespace. |
XmpMm | XMP digital asset management namespace. |
XmpRights | XMP Rights Management namespace. |
XmpTypeDimensions | XMP Dimensions type. |
XmpTypeFont | XMP Font type. |
XmpTypeResourceEvent | XMP ResourceEvent URI. |
XmpTypeResourceRef | XMP ResourceRef URI. |
XmpTypeVersion | XMP Version. |
Methods
Method | Description |
---|---|
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.
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |