32#ifndef API_MIP_PROTECTION_LICENSE_DESCRIPTOR_H_
33#define API_MIP_PROTECTION_LICENSE_DESCRIPTOR_H_
60 virtual const std::string&
GetName()
const = 0;
85 virtual const std::string&
GetId()
const = 0;
92 virtual const std::vector<std::shared_ptr<LicenseNameAndDescriptionItem>>&
GetDescriptorItems()
const = 0;
The descriptor from a license.
virtual const std::string & GetId() const =0
Gets the Id.
virtual const std::vector< std::shared_ptr< LicenseNameAndDescriptionItem > > & GetDescriptorItems() const =0
Gets the descriptor items.
The descriptor line item from a license.
virtual const std::string & GetDescription() const =0
Gets the description.
virtual uint32_t GetLCID() const =0
Gets the lcid.
virtual const std::string & GetName() const =0
Gets the name.