public class LicenceInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
LicenceInfo.Status |
| Constructor and Description |
|---|
LicenceInfo(LicenceInfo.Status st,
java.lang.String cValue,
java.lang.String aValue,
java.lang.String mes)
Only method to create a LicenceInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAllowedValue() |
java.lang.String |
getCurrentValue() |
java.lang.String |
getMessage() |
java.lang.String |
getStatus() |
java.lang.String |
toString()
returns all information of this object as a string.
|
public LicenceInfo(LicenceInfo.Status st, java.lang.String cValue, java.lang.String aValue, java.lang.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 significantpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getAllowedValue()
public java.lang.String getCurrentValue()
public java.lang.String getMessage()
public java.lang.String getStatus()
Copyright © 2018 SAP SE. All Rights Reserved.