Interface AdministrationGovernanceConfiguration<G extends java.lang.Enum<G>>
-
- All Known Implementing Classes:
AdministrationGovernanceConfigurationImpl
public interface AdministrationGovernanceConfiguration<G extends java.lang.Enum<G>>Configuration of linkingGovernancetoAdministration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGovernanceName()Obtains the name of theGovernanceto link to theAdministration.intgetIndex()Obtains the index identifying the linkedGovernance.GgetKey()Obtains the key identifying the linkedGovernance.
-
-
-
Method Detail
-
getGovernanceName
java.lang.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.
-
-