Interface Typeable


  • public interface Typeable
    A generic interface for any object that is typed using the common org.sakaiproject.service.common.type.Type.
    Author:
    Lance Speelmon
    • Method Detail

      • getType

        Type getType()
        Returns:
        Returns the type.
      • setType

        void setType​(Type type)
        Parameters:
        type - The type to set.