Interface AdministrationGovernanceType<F extends java.lang.Enum<F>>
-
- All Known Implementing Classes:
AdministrationGovernanceTypeImpl
public interface AdministrationGovernanceType<F extends java.lang.Enum<F>>- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGovernanceName()Obtains the name of theGovernance.intgetIndex()Obtains the index identifying theGovernance.FgetKey()Obtains the key identifying theGovernance.
-
-
-
Method Detail
-
getGovernanceName
java.lang.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.
-
-