Interface AdministrationGovernanceConfiguration<G extends java.lang.Enum<G>>
-
- All Known Implementing Classes:
AdministrationGovernanceConfigurationImpl
public interface AdministrationGovernanceConfiguration<G extends java.lang.Enum<G>>
Configuration of linkingGovernance
toAdministration
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getGovernanceName()
Obtains the name of theGovernance
to link to theAdministration
.int
getIndex()
Obtains the index identifying the linkedGovernance
.G
getKey()
Obtains the key identifying the linkedGovernance
.
-
-
-
Method Detail
-
getGovernanceName
java.lang.String getGovernanceName()
Obtains the name of theGovernance
to link to theAdministration
.- Returns:
- Name of the
Governance
to 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
.null
if indexed.
-
-