Class InformationType


  • public class InformationType
    extends Object
    Represents the Data Classification Information Types as received from SQL Server for the active resultSet
    • Constructor Detail

      • InformationType

        public InformationType​(String name,
                               String id)
        Constructs a InformationType
        Parameters:
        name - Name of Information Type
        id - ID of Information Type
    • Method Detail

      • getName

        public String getName()
        Returns the name of this InformationType Object
        Returns:
        Name of Information Type
      • getId

        public String getId()
        Returns the ID for this InformationType object
        Returns:
        ID of Information Type