public static enum TransMeta.TransformationType extends Enum<TransMeta.TransformationType>
| 枚举常量和说明 |
|---|
Normal
A normal transformation.
|
SerialSingleThreaded
A serial single-threaded transformation.
|
SingleThreaded
A single-threaded transformation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode()
Gets the code corresponding to the transformation type.
|
String |
getDescription()
Gets the description of the transformation type.
|
static TransMeta.TransformationType |
getTransformationTypeByCode(String transTypeCode)
Gets the transformation type by code.
|
static String[] |
getTransformationTypesDescriptions()
Gets the transformation types descriptions.
|
static TransMeta.TransformationType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TransMeta.TransformationType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final TransMeta.TransformationType Normal
public static final TransMeta.TransformationType SerialSingleThreaded
public static final TransMeta.TransformationType SingleThreaded
public static TransMeta.TransformationType[] values()
for (TransMeta.TransformationType c : TransMeta.TransformationType.values()) System.out.println(c);
public static TransMeta.TransformationType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getCode()
public String getDescription()
public static TransMeta.TransformationType getTransformationTypeByCode(String transTypeCode)
transTypeCode - the trans type codepublic static String[] getTransformationTypesDescriptions()
Copyright © 2024 Hitachi Vantara. All rights reserved.