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.String
getGovernanceName()
Obtains the name of theGovernance
.int
getIndex()
Obtains the index identifying theGovernance
.F
getKey()
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
.
-
-