com.mkdoc.schema
Class DCTermsProperty
java.lang.Object
com.mkdoc.schema.AbstractSchemaProperty
com.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. |
Constructor Summary |
DCTermsProperty(java.lang.String uri,
java.lang.String label,
java.lang.String name)
Good citizen constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
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