Uses of Class
com.stimulsoft.report.maps.enums.StiMapSource

Packages that use StiMapSource
com.stimulsoft.report.maps   
com.stimulsoft.report.maps.enums   
 

Uses of StiMapSource in com.stimulsoft.report.maps
 

Methods in com.stimulsoft.report.maps that return StiMapSource
 StiMapSource StiMap.getDataFrom()
           
 

Methods in com.stimulsoft.report.maps with parameters of type StiMapSource
 void StiMap.setDataFrom(StiMapSource dataFrom)
           
 

Uses of StiMapSource in com.stimulsoft.report.maps.enums
 

Methods in com.stimulsoft.report.maps.enums that return StiMapSource
static StiMapSource StiMapSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiMapSource[] StiMapSource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.