public class GovernanceInstance extends Object
Governance
.Constructor and Description |
---|
GovernanceInstance(String governanceName,
String governanceSourceClassName)
Initiate for public use.
|
Modifier and Type | Method and Description |
---|---|
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 . |
public GovernanceInstance(String governanceName, String governanceSourceClassName)
governanceName
- Name of the Governance
.governanceSourceClassName
- GovernanceSource
class name.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.Copyright © 2005–2016. All rights reserved.