Interface MarketShareDataAPI
public interface MarketShareDataAPI
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
boolean
void
setExportMarketShare
(float marketShare) void
setMarketValueFraction
(float marketValueFraction) void
setSource
(CommoditySourceType source) void
setSourceIsIllegal
(boolean sourceIsIllegal)
-
Method Details
-
isSourceIsIllegal
boolean isSourceIsIllegal() -
setSourceIsIllegal
void setSourceIsIllegal(boolean sourceIsIllegal) -
getSource
CommoditySourceType getSource() -
setSource
-
getMarketValueFraction
float getMarketValueFraction() -
setMarketValueFraction
void setMarketValueFraction(float marketValueFraction)
-