com.mkdoc.schema
Class DCTermsProperty

java.lang.Object
  extended bycom.mkdoc.schema.AbstractSchemaProperty
      extended bycom.mkdoc.schema.DCTermsProperty
All Implemented Interfaces:
SchemaProperty

public class DCTermsProperty
extends AbstractSchemaProperty
implements SchemaProperty

A Dublin Core qualified terms schema property.

Version:
0.1 2005-06-16
Author:
Philip Shaw

Field Summary
private static java.lang.String NS_PREFIX
          The namespace prefix for the class.
private static java.lang.String NS_URI
          The namespace URI for the class.
 
Fields inherited from class com.mkdoc.schema.AbstractSchemaProperty
label, name, uri
 
Constructor Summary
DCTermsProperty(java.lang.String uri, java.lang.String label, java.lang.String name)
          Good citizen constructor.
 
Method Summary
 java.lang.String getNamespacePrefix()
          Get the namespace prefix for the class.
 java.lang.String getNamespaceUri()
          Get the namespace URI for the class.
 
Methods inherited from class com.mkdoc.schema.AbstractSchemaProperty
getLabel, getName, getNameVariable, getParameterName, getQualifiedName, getUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mkdoc.schema.SchemaProperty
getLabel, getName, getNameVariable, getParameterName, getQualifiedName, getUri
 

Field Detail

NS_PREFIX

private static final java.lang.String NS_PREFIX
The namespace prefix for the class.

Since:
Version 0.1 2005-06-16
See Also:
Constant Field Values

NS_URI

private static final java.lang.String NS_URI
The namespace URI for the class.

Since:
Version 0.1 2005-06-16
See Also:
Constant Field Values
Constructor Detail

DCTermsProperty

public DCTermsProperty(java.lang.String uri,
                       java.lang.String label,
                       java.lang.String name)
Good citizen constructor.

Parameters:
uri - The resource URI.
label - The resource label.
name - The unique resource name.
Since:
Version 0.1 2005-06-15
Method Detail

getNamespacePrefix

public final java.lang.String getNamespacePrefix()
Get the namespace prefix for the class.

Specified by:
getNamespacePrefix in interface SchemaProperty
Specified by:
getNamespacePrefix in class AbstractSchemaProperty
Returns:
The namespace prefix for the class.
Since:
Version 0.1 2005-06-16

getNamespaceUri

public final java.lang.String getNamespaceUri()
Get the namespace URI for the class.

Specified by:
getNamespaceUri in interface SchemaProperty
Returns:
The namespace prefix for the class.
Since:
Version 0.1 2005-06-16