Uses of Interface
sc2002.FCS1.grp2.CSVEncodable
Packages that use CSVEncodable
-
Uses of CSVEncodable in sc2002.FCS1.grp2
Classes in sc2002.FCS1.grp2 that implement CSVEncodableModifier and TypeClassDescriptionclassRepresents an Applicant user.classThis class represents a BTO application.classA class representing BTO Project containing information for the project and has functions to modify the project information and handle users' applications to the project.classEach enquiry acts as a question and answer session, between applicants and officers or managers of a project.classClass representing information about a flat in the HDB project.classThis represents a user that is of HDB Manager role.classThis represents a user that is of HDB Officer role.classThis class represents a message of an enquiry, by a user of our application, typically an applicant.classThis class forms as the base of all user types.Fields in sc2002.FCS1.grp2 with type parameters of type CSVEncodableModifier and TypeFieldDescriptionprivate ArrayList<CSVEncodable> CSVEncoder.encodablesEach row of data that should be written in the CSV file.Constructor parameters in sc2002.FCS1.grp2 with type arguments of type CSVEncodableModifierConstructorDescription(package private)CSVEncoder(String fileName, String headerLine, ArrayList<CSVEncodable> encodables) Construct using this constructor if CSV file is expected at the default location.