org.rapla.entities
Interface RaplaObject

All Known Subinterfaces:
Allocatable, Appointment, Attribute, CalendarModelConfiguration, Category, Conflict, DynamicType, Entity, Period, Preferences, RaplaMap, Reservation, User
All Known Implementing Classes:
RaplaConfiguration

public interface RaplaObject

This interface is a marker to distinct the different rapla classes like Reservation, Allocatable and Category. It is something like the java instanceof keyword. But it must be unique for each class. This type-information is for examle used for mapping the correct storage-, editing- mechanism to the class.


Method Summary
 RaplaType getRaplaType()
           
 

Method Detail

getRaplaType

RaplaType getRaplaType()


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.