Interface AdministrationGovernanceType<F extends Enum<F>>
- All Known Implementing Classes:
AdministrationGovernanceTypeImpl
public interface AdministrationGovernanceType<F extends Enum<F>>
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theGovernance.intgetIndex()Obtains the index identifying theGovernance.getKey()Obtains the key identifying theGovernance.
-
Method Details
-
getGovernanceName
String getGovernanceName()Obtains the name of theGovernance.- Returns:
- Name of the
Governance.
-
getIndex
int getIndex()Obtains the index identifying theGovernance.- Returns:
- Index identifying the
Governance.
-
getKey
F getKey()Obtains the key identifying theGovernance.- Returns:
- Key identifying the
Governance.
-