net.ontopia.topicmaps.utils.rdf
Class RDFPropertyMapping

java.lang.Object
  extended by net.ontopia.topicmaps.utils.rdf.RDFPropertyMapping

public class RDFPropertyMapping
extends Object

INTERNAL: Represents the mapping of a single RDF property.


Constructor Summary
RDFPropertyMapping(String property)
           
 
Method Summary
 String getInScope()
           
 String getMapsTo()
           
 String getObjectRole()
           
 String getProperty()
           
 String getSubjectRole()
           
 String getType()
           
 void setInScope(String inscope)
           
 void setMapsTo(String mapsto)
           
 void setObjectRole(String object)
           
 void setSubjectRole(String subject)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFPropertyMapping

public RDFPropertyMapping(String property)
Method Detail

getProperty

public String getProperty()

getMapsTo

public String getMapsTo()

setMapsTo

public void setMapsTo(String mapsto)

getInScope

public String getInScope()

setInScope

public void setInScope(String inscope)

getType

public String getType()

setType

public void setType(String type)

getSubjectRole

public String getSubjectRole()

setSubjectRole

public void setSubjectRole(String subject)

getObjectRole

public String getObjectRole()

setObjectRole

public void setObjectRole(String object)


Copyright © 2000-2012 Ontopia.