ibspan.tss.um.ontology
Interface StereotypeProfile

All Superinterfaces:
Profile, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
StereotypeProfileImpl

public interface StereotypeProfile
extends Profile, com.ibm.adtech.jastor.Thing

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

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


RDF Schema Standard Properties
comment : Profile of a stereotype.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Property hasStereotypeDataProperty
          The Jena Property for hasStereotypeData (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasStereotypeData)
static Property hasStereotypeIDProperty
          The Jena Property for hasStereotypeID (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasStereotypeID)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface ibspan.tss.um.ontology.Profile
hasOpinionsProperty
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 StereotypeProfileData getHasStereotypeData()
          Gets the 'hasStereotypeData' property value
 Integer getHasStereotypeID()
          Gets the 'hasStereotypeID' property value
 StereotypeProfileData setHasStereotypeData()
          Sets the 'hasStereotypeData' property value to an anonymous node
 StereotypeProfileData setHasStereotypeData(Resource resource)
          Sets the 'hasStereotypeData' property value to the given resource, and add's rdf:type properties.
 void setHasStereotypeData(StereotypeProfileData hasStereotypeData)
          Sets the 'hasStereotypeData' property value
 void setHasStereotypeID(Integer hasStereotypeID)
          Sets the 'hasStereotypeID' property value
 
Methods inherited from interface ibspan.tss.um.ontology.Profile
getHasOpinions, setHasOpinions, setHasOpinions, setHasOpinions
 
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


hasStereotypeDataProperty

static final Property hasStereotypeDataProperty
The Jena Property for hasStereotypeData

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



hasStereotypeIDProperty

static final Property hasStereotypeIDProperty
The Jena Property for hasStereotypeID

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


Method Detail

getHasStereotypeData

StereotypeProfileData getHasStereotypeData()
                                           throws com.ibm.adtech.jastor.JastorException
Gets the 'hasStereotypeData' property value

Returns:
StereotypeProfileData
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStereotypeDataProperty

setHasStereotypeData

void setHasStereotypeData(StereotypeProfileData hasStereotypeData)
                          throws com.ibm.adtech.jastor.JastorException
Sets the 'hasStereotypeData' property value

Parameters:
{@link - ibspan.tss.um.ontology.StereotypeProfileData}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStereotypeDataProperty

setHasStereotypeData

StereotypeProfileData setHasStereotypeData()
                                           throws com.ibm.adtech.jastor.JastorException
Sets the 'hasStereotypeData' property value to an anonymous node

Returns:
StereotypeProfileData, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStereotypeDataProperty

setHasStereotypeData

StereotypeProfileData setHasStereotypeData(Resource resource)
                                           throws com.ibm.adtech.jastor.JastorException
Sets the 'hasStereotypeData' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of StereotypeProfileData with the factory. and calling setHasStereotypeData(ibspan.tss.um.ontology.StereotypeProfileData hasStereotypeData) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#StereotypeProfileData. That is, this method should not be used as a shortcut for creating new objects in the model.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
StereotypeProfileData, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStereotypeDataProperty

getHasStereotypeID

Integer getHasStereotypeID()
                           throws com.ibm.adtech.jastor.JastorException
Gets the 'hasStereotypeID' property value

Returns:
Integer
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStereotypeIDProperty

setHasStereotypeID

void setHasStereotypeID(Integer hasStereotypeID)
                        throws com.ibm.adtech.jastor.JastorException
Sets the 'hasStereotypeID' property value

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