com.crystaldecisions.sdk.plugin.desktop.common
Class IReportProcessingInfo.DataSourceLanguageLevel
java.lang.Object
java.lang.Enum
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
| 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 |
UNILINGUAL
public static final IReportProcessingInfo.DataSourceLanguageLevel UNILINGUAL
MULTILANGUAGE
public static final IReportProcessingInfo.DataSourceLanguageLevel MULTILANGUAGE
MULTILOCALE
public static final IReportProcessingInfo.DataSourceLanguageLevel MULTILOCALE
values
public static IReportProcessingInfo.DataSourceLanguageLevel[] values()
valueOf
public static IReportProcessingInfo.DataSourceLanguageLevel valueOf(java.lang.String name)
fromInt
public static IReportProcessingInfo.DataSourceLanguageLevel fromInt(int value)