Interface AdministrationGovernanceMetaData<G extends java.lang.Enum<G>>


  • public interface AdministrationGovernanceMetaData<G extends java.lang.Enum<G>>
    Describes a Governance used by the Administration.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getKey

        G getKey()
        Obtains the Enum key identifying this Governance. If null then Governance will be referenced by this instance's index in the array returned from AdministrationMetaData.
        Returns:
        Enum key identifying the Governance or null indicating identified by an index.
      • getLabel

        java.lang.String getLabel()
        Provides a descriptive name for this Escalation. This is useful to better describe the Escalation.
        Returns:
        Descriptive name for this Escalation.