|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.wizard.governancesource.GovernanceInstance
public class GovernanceInstance
Instance of a Governance.
| Constructor Summary | |
|---|---|
GovernanceInstance(String governanceName,
String governanceSourceClassName)
Initiate for public use. |
|
| Method Summary | |
|---|---|
String |
getGovernanceName()
Obtains the name of the Governance. |
String |
getGovernanceSourceClassName()
Obtains the GovernanceSource class name. |
GovernanceType<?,?> |
getGovernanceType()
Obtains the GovernanceType. |
PropertyList |
getPropertyList()
Obtains the PropertyList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GovernanceInstance(String governanceName,
String governanceSourceClassName)
governanceName - Name of the Governance.governanceSourceClassName - GovernanceSource class name.| Method Detail |
|---|
public String getGovernanceName()
Governance.
Governance.public String getGovernanceSourceClassName()
GovernanceSource class name.
GovernanceSource class name.public PropertyList getPropertyList()
PropertyList.
PropertyList.public GovernanceType<?,?> getGovernanceType()
GovernanceType.
GovernanceType if obtained from
GovernanceSourceInstance or null if
initiated by public constructor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||