Interface AdministrationGovernanceConfiguration<G extends Enum<G>>
- All Known Implementing Classes:
AdministrationGovernanceConfigurationImpl
public interface AdministrationGovernanceConfiguration<G extends Enum<G>>
Configuration of linking
Governance to Administration.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theGovernanceto link to theAdministration.intgetIndex()Obtains the index identifying the linkedGovernance.getKey()Obtains the key identifying the linkedGovernance.
-
Method Details
-
getGovernanceName
String getGovernanceName()Obtains the name of theGovernanceto link to theAdministration.- Returns:
- Name of the
Governanceto link to theAdministration.
-
getIndex
int getIndex()Obtains the index identifying the linkedGovernance.- Returns:
- Index identifying the linked
Governance.
-
getKey
G getKey()Obtains the key identifying the linkedGovernance.- Returns:
- Key identifying the linked
Governance.nullif indexed.
-