| Modifier and Type | Method and Description |
|---|---|
TransformInfo.Type |
TransformInfo.getType() |
static TransformInfo.Type |
TransformInfo.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformInfo.Type[] |
TransformInfo.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformInfo.setType(TransformInfo.Type type) |
| Constructor and Description |
|---|
TransformInfo(TransformInfo.Type type,
String format,
String locale,
boolean jsonB) |
Copyright © 2018–2020. All rights reserved.