Modifier and Type | Field and Description |
---|---|
ConvertedType |
SchemaElement.converted_type
When the schema is the result of a conversion from another model
Used to record the original type to help with cross conversion.
|
Modifier and Type | Method and Description |
---|---|
static ConvertedType |
ConvertedType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ConvertedType |
SchemaElement.getConverted_type()
When the schema is the result of a conversion from another model
Used to record the original type to help with cross conversion.
|
static ConvertedType |
ConvertedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertedType[] |
ConvertedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchemaElement |
SchemaElement.setConverted_type(ConvertedType converted_type)
When the schema is the result of a conversion from another model
Used to record the original type to help with cross conversion.
|
Copyright © 2015. All rights reserved.