net.officefloor.frame.internal.configuration
Interface DutyGovernanceConfiguration<G extends Enum<G>>


public interface DutyGovernanceConfiguration<G extends Enum<G>>

Configuration of linking Governance to a Duty.

Author:
Daniel Sagenschneider

Method Summary
 String getGovernanceName()
          Obtains the name of the Governance to link to the Duty.
 int getIndex()
          Obtains the index identifying the linked Governance.
 G getKey()
          Obtains the key identifying the linked Governance.
 

Method Detail

getGovernanceName

String getGovernanceName()
Obtains the name of the Governance to link to the Duty.

Returns:
Name of the Governance to link to the Duty.

getIndex

int getIndex()
Obtains the index identifying the linked Governance.

Returns:
Index identifying the linked Governance.

getKey

G getKey()
Obtains the key identifying the linked Governance.

Returns:
Key identifying the linked Governance. null if indexed.


Copyright © 2005-2013. All Rights Reserved.