ibspan.tss.um.ontology
Interface MeasureDomain

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Subinterfaces:
IntervalDomain
All Known Implementing Classes:
IntervalDomainImpl, MeasureDomainImpl

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

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

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


RDF Schema Standard Properties
comment : Describes domain (set of possible values) for a given measure type.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Property ofMeasureProperty
          The Jena Property for ofMeasure (URI: http://www.ibspan.waw.pl/tss/UserModelling#ofMeasure)

RDF Schema Standard Properties
comment : Type of an measure (e.g. ordinal), pointed by URI reference to this type.
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 String getOfMeasure()
          Gets the 'ofMeasure' property value
 void setOfMeasure(String ofMeasure)
          Sets the 'ofMeasure' 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


ofMeasureProperty

static final Property ofMeasureProperty
The Jena Property for ofMeasure

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



RDF Schema Standard Properties
comment : Type of an measure (e.g. ordinal), pointed by URI reference to this type.^^http://www.w3.org/2001/XMLSchema#string

Method Detail

getOfMeasure

String getOfMeasure()
                    throws com.ibm.adtech.jastor.JastorException
Gets the 'ofMeasure' property value

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

setOfMeasure

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

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