com.ibm.mashups.enabler.strategy
Interface HiddenMetaDataLoadingStrategy

All Superinterfaces:
Strategy

public HiddenMetaDataLoadingStrategy
extends Strategy

Interface to control, if hidden meta data are loaded with the MetaData interface or not.

Since:
2.4

Constructor Summary
constructor(String[] names)
           
 
Method Summary
 Boolean getHiddenMetaDataToLoad()
           Indicates hidden meta data to load.
 

Constructor Detail

constructor

public constructor(String[] names)
Parameters:
names - Array of hidden meta data names to load; must not be null
Method Detail

getHiddenMetaDataToLoad

Boolean getHiddenMetaDataToLoad()
Indicates hidden meta data to load.

Returns:
true if to expose hidden meta data


Copyright IBM Corp. 2010 All Rights Reserved.