Uses of Class
sc2002.FCS1.grp2.CSVDecodable

Packages that use CSVDecodable
Package
Description
Main package of the BTO app.
  • Uses of CSVDecodable in sc2002.FCS1.grp2

    Modifier and Type
    Class
    Description
    class 
    Represents an Applicant user.
    class 
    This class represents a BTO application.
    class 
    A class representing BTO Project containing information for the project and has functions to modify the project information and handle users' applications to the project.
    class 
    Each enquiry acts as a question and answer session, between applicants and officers or managers of a project.
    class 
    This represents a user that is of HDB Manager role.
    class 
    This represents a user that is of HDB Officer role.
    class 
    This class represents a message of an enquiry, by a user of our application, typically an applicant.
    class 
    This class forms as the base of all user types.
    Methods in sc2002.FCS1.grp2 with type parameters of type CSVDecodable
    Modifier and Type
    Method
    Description
    private <Decodable extends CSVDecodable>
    ArrayList<Decodable>
    CSVParser.parse(String path, Class<Decodable> type)
    Generic method to parse various class types that extends CSVDecodable