public class LicenceInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
LicenceInfo.Status |
| Constructor and Description |
|---|
LicenceInfo(LicenceInfo.Status st,
String cValue,
String aValue,
String mes)
Only method to create a LicenceInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedValue() |
String |
getCurrentValue() |
String |
getMessage() |
String |
getStatus() |
String |
toString()
returns all information of this object as a string.
|
public LicenceInfo(LicenceInfo.Status st, String cValue, String aValue, String mes)
AccessManager.checkLicence()st - the status, can be INFO, WARNING, ERRORcValue - the current value in the systemaValue - the allowed value by the licencemes - the message which is more significantCopyright © 2017 SAP SE. All Rights Reserved.