com.ldodds.foaf.thinlet.model
Class Property
java.lang.Object
|
+--com.ldodds.foaf.thinlet.model.Property
- All Implemented Interfaces:
- Exportable
- Direct Known Subclasses:
- Literal, Resource
- public abstract class Property
- extends java.lang.Object
- implements Exportable
This code is Public Domain
- Author:
- ccslrd
Constructor Summary |
Property(java.lang.String prefix,
java.lang.String namespaceuri,
java.lang.String localname)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_prefix
protected java.lang.String _prefix
_localname
protected java.lang.String _localname
_namespaceuri
protected java.lang.String _namespaceuri
Property
public Property(java.lang.String prefix,
java.lang.String namespaceuri,
java.lang.String localname)
getPrefix
public java.lang.String getPrefix()
getLocalName
public java.lang.String getLocalName()
getNamespaceURI
public java.lang.String getNamespaceURI()
export
public abstract void export(Exporter exporter)
throws java.io.IOException
- Description copied from interface:
Exportable
- Indicates the object should export itself using the given
Exporter.
- Specified by:
export
in interface Exportable
- See Also:
com.ldodds.foaf.thinlet.Exportable#export(Exporter)