Class Label


  • public class Label
    extends Object
    Represents the Data Classification Labels as received from SQL Server for the active resultSet
    • Constructor Detail

      • Label

        public Label​(String name,
                     String id)
        Constructs a Label
        Parameters:
        name - Name of Label
        id - ID of Label
    • 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