ibspan.tss.um.ontology
Interface ContextParameter

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
ContextParameterImpl

public interface ContextParameter
extends com.ibm.adtech.jastor.Thing

Interface for ContextParameter ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/UserModelling#ContextParameter)





Field Summary
static Property hasNameProperty
          The Jena Property for hasName (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasName)
static Property hasValueProperty
          The Jena Property for hasValue (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasValue)
static Resource TargetURI
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#TargetURI
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getHasName()
          Gets the 'hasName' property value
 String getHasValue()
          Gets the 'hasValue' property value
 void setHasName(String hasName)
          Sets the 'hasName' property value
 void setHasValue(String hasValue)
          Sets the 'hasValue' property value
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final Resource TYPE
The rdf:type for this ontology class


hasValueProperty

static final Property hasValueProperty
The Jena Property for hasValue

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasValue)



hasNameProperty

static final Property hasNameProperty
The Jena Property for hasName

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasName)



TargetURI

static final Resource TargetURI
Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#TargetURI

Method Detail

getHasValue

String getHasValue()
                   throws com.ibm.adtech.jastor.JastorException
Gets the 'hasValue' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasValueProperty

setHasValue

void setHasValue(String hasValue)
                 throws com.ibm.adtech.jastor.JastorException
Sets the 'hasValue' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasValueProperty

getHasName

String getHasName()
                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasName' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasNameProperty

setHasName

void setHasName(String hasName)
                throws com.ibm.adtech.jastor.JastorException
Sets the 'hasName' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasNameProperty