com.crystaldecisions.sdk.plugin.desktop.common
Class IReportProcessingInfo.DataSourceLanguageLevel

java.lang.Object
  extended by java.lang.Enum
      extended by com.crystaldecisions.sdk.plugin.desktop.common.IReportProcessingInfo.DataSourceLanguageLevel
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
IReportProcessingInfo

public static final class IReportProcessingInfo.DataSourceLanguageLevel
extends java.lang.Enum

For internal use only.

See Also:
Serialized Form

Field Summary
static IReportProcessingInfo.DataSourceLanguageLevel MULTILANGUAGE
           
static IReportProcessingInfo.DataSourceLanguageLevel MULTILOCALE
           
static IReportProcessingInfo.DataSourceLanguageLevel UNILINGUAL
           
 
Method Summary
static IReportProcessingInfo.DataSourceLanguageLevel fromInt(int value)
           
static IReportProcessingInfo.DataSourceLanguageLevel valueOf(java.lang.String name)
           
static IReportProcessingInfo.DataSourceLanguageLevel[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNILINGUAL

public static final IReportProcessingInfo.DataSourceLanguageLevel UNILINGUAL

MULTILANGUAGE

public static final IReportProcessingInfo.DataSourceLanguageLevel MULTILANGUAGE

MULTILOCALE

public static final IReportProcessingInfo.DataSourceLanguageLevel MULTILOCALE
Method Detail

values

public static IReportProcessingInfo.DataSourceLanguageLevel[] values()

valueOf

public static IReportProcessingInfo.DataSourceLanguageLevel valueOf(java.lang.String name)

fromInt

public static IReportProcessingInfo.DataSourceLanguageLevel fromInt(int value)