ibspan.tss.layout.ontology.datamodel
Interface MenuLink

All Superinterfaces:
LayoutElement, Link, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
MenuLinkImpl

public interface MenuLink
extends Link, com.ibm.adtech.jastor.Thing

Interface for MenuLink ontology class
Use the ibspan.tss.layout.ontology.datamodel.DataModelFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/DataModel#MenuLink)





Field Summary
static Resource DefineSearch
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#DefineSearch
static Resource Login1
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Login1
static Resource Logout
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Logout
static Resource Register1
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Register1
static Resource ShowBackedUpResults
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#ShowBackedUpResults
static Resource ShowDetails
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#ShowDetails
static Resource TYPE
          The rdf:type for this ontology class
static Resource Welcome
          Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Welcome
 
Fields inherited from interface ibspan.tss.layout.ontology.datamodel.Link
hasActionNameProperty, hasLabelProperty
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 
Methods inherited from interface ibspan.tss.layout.ontology.datamodel.Link
getHasActionName, getHasLabel, setHasActionName, setHasLabel
 
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


ShowBackedUpResults

static final Resource ShowBackedUpResults
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#ShowBackedUpResults


Login1

static final Resource Login1
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Login1


DefineSearch

static final Resource DefineSearch
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#DefineSearch


Welcome

static final Resource Welcome
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Welcome


Logout

static final Resource Logout
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Logout


ShowDetails

static final Resource ShowDetails
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#ShowDetails


Register1

static final Resource Register1
Individual for URI: http://www.ibspan.waw.pl/tss/db/Templates#Register1