Uses of Interface
ibspan.tss.domain.ontology.location.LocationCategoryCode

Packages that use LocationCategoryCode
ibspan.tss.domain.ontology.location Ontology Java beans generated from location ontology (with http://www.ibspan.waw.pl/tss/Location# namespace) with Jastor tool. 
ibspan.tss.domain.ontology.restaurant Ontology Java beans generated from restaurant ontology (with http://www.ibspan.waw.pl/tss/Restaurant# namespace) with Jastor tool. 
 

Uses of LocationCategoryCode in ibspan.tss.domain.ontology.location
 

Classes in ibspan.tss.domain.ontology.location that implement LocationCategoryCode
 class LocationCategoryCodeImpl
          Implementation of LocationCategoryCode Use the ibspan.tss.domain.ontology.location.LocationFactory to create instances of this class.
 

Methods in ibspan.tss.domain.ontology.location that return LocationCategoryCode
 LocationCategoryCode LocationImpl.addLocationCategory()
           
 LocationCategoryCode Location.addLocationCategory()
          Adds an anonymous value for the 'locationCategory' property
 LocationCategoryCode LocationImpl.addLocationCategory(Resource resource)
           
 LocationCategoryCode Location.addLocationCategory(Resource resource)
          Adds a value for the 'locationCategory' property.
static LocationCategoryCode LocationFactory.createLocationCategoryCode(Resource resource, Model model)
          Create a new instance of LocationCategoryCode.
static LocationCategoryCode LocationFactory.createLocationCategoryCode(String uri, Model model)
          Create a new instance of LocationCategoryCode.
static LocationCategoryCode LocationFactory.getAirportLocation(Model model)
          Get an AirportLocation individual.
static LocationCategoryCode LocationFactory.getBeachfrontLocation(Model model)
          Get an BeachfrontLocation individual.
static LocationCategoryCode LocationFactory.getBeachLocation(Model model)
          Get an BeachLocation individual.
static LocationCategoryCode LocationFactory.getCityLocation(Model model)
          Get an CityLocation individual.
static LocationCategoryCode LocationFactory.getDowntownLocation(Model model)
          Get an DowntownLocation individual.
static LocationCategoryCode LocationFactory.getEastLocation(Model model)
          Get an EastLocation individual.
static LocationCategoryCode LocationFactory.getExpresswayLocation(Model model)
          Get an ExpresswayLocation individual.
static LocationCategoryCode LocationFactory.getGulfLocation(Model model)
          Get an GulfLocation individual.
static LocationCategoryCode LocationFactory.getLakeLocation(Model model)
          Get an LakeLocation individual.
static LocationCategoryCode LocationFactory.getLocationCategoryCode(Resource resource, Model model)
          Create a new instance of LocationCategoryCode.
static LocationCategoryCode LocationFactory.getLocationCategoryCode(String uri, Model model)
          Create a new instance of LocationCategoryCode.
static LocationCategoryCode LocationFactory.getMountainLocation(Model model)
          Get an MountainLocation individual.
static LocationCategoryCode LocationFactory.getNorthLocation(Model model)
          Get an NorthLocation individual.
static LocationCategoryCode LocationFactory.getOceanfrontLocation(Model model)
          Get an OceanfrontLocation individual.
static LocationCategoryCode LocationFactory.getResortLocation(Model model)
          Get an ResortLocation individual.
static LocationCategoryCode LocationFactory.getRuralLocation(Model model)
          Get an RuralLocation individual.
static LocationCategoryCode LocationFactory.getSouthLocation(Model model)
          Get an SouthLocation individual.
static LocationCategoryCode LocationFactory.getSuburbanLocation(Model model)
          Get an SuburbanLocation individual.
static LocationCategoryCode LocationFactory.getWestLocation(Model model)
          Get an WestLocation individual.
 

Methods in ibspan.tss.domain.ontology.location with parameters of type LocationCategoryCode
 void LocationImpl.addLocationCategory(LocationCategoryCode locationCategory)
           
 void Location.addLocationCategory(LocationCategoryCode locationCategory)
          Adds a value for the 'locationCategory' property
 void LocationListener.locationCategoryAdded(Location source, LocationCategoryCode newValue)
          Called when a value of locationCategory has been added
 void LocationListener.locationCategoryRemoved(Location source, LocationCategoryCode oldValue)
          Called when a value of locationCategory has been removed
 void LocationImpl.removeLocationCategory(LocationCategoryCode locationCategory)
           
 void Location.removeLocationCategory(LocationCategoryCode locationCategory)
          Removes a value for the 'locationCategory' property.
 

Uses of LocationCategoryCode in ibspan.tss.domain.ontology.restaurant
 

Methods in ibspan.tss.domain.ontology.restaurant that return LocationCategoryCode
 LocationCategoryCode RestaurantImpl.addLocationCategory()
           
 LocationCategoryCode RestaurantImpl.addLocationCategory(Resource resource)
           
 

Methods in ibspan.tss.domain.ontology.restaurant with parameters of type LocationCategoryCode
 void RestaurantImpl.addLocationCategory(LocationCategoryCode locationCategory)
           
 void RestaurantListener.locationCategoryAdded(Restaurant source, LocationCategoryCode newValue)
          Called when a value of locationCategory has been added
 void RestaurantListener.locationCategoryRemoved(Restaurant source, LocationCategoryCode oldValue)
          Called when a value of locationCategory has been removed
 void RestaurantImpl.removeLocationCategory(LocationCategoryCode locationCategory)