| Package | Description |
|---|---|
| com.adgear.anoa.test.nested |
| Modifier and Type | Field and Description |
|---|---|
EnumThrift |
NestedThrift.enum_field |
| Modifier and Type | Field and Description |
|---|---|
List<EnumThrift> |
NestedThrift.enum_list_field |
Map<String,EnumThrift> |
NestedThrift.enum_map_field |
Set<EnumThrift> |
NestedThrift.enum_set_field |
| Modifier and Type | Method and Description |
|---|---|
static EnumThrift |
EnumThrift.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
EnumThrift |
Enum.Thrift.get() |
EnumThrift |
NestedThrift.getEnum_field() |
static EnumThrift |
EnumThrift.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumThrift[] |
EnumThrift.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnumThrift> |
NestedThrift.getEnum_list_field() |
Iterator<EnumThrift> |
NestedThrift.getEnum_list_fieldIterator() |
Map<String,EnumThrift> |
NestedThrift.getEnum_map_field() |
Set<EnumThrift> |
NestedThrift.getEnum_set_field() |
Iterator<EnumThrift> |
NestedThrift.getEnum_set_fieldIterator() |
static Class<EnumThrift> |
Enum.getThriftClass()
Returns Thrift class for this enum.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NestedThrift.addToEnum_list_field(EnumThrift elem) |
void |
NestedThrift.addToEnum_set_field(EnumThrift elem) |
void |
NestedThrift.putToEnum_map_field(String key,
EnumThrift val) |
NestedThrift |
NestedThrift.setEnum_field(EnumThrift enum_field) |
static Enum.Thrift |
Enum.thrift(EnumThrift instance)
Returns enum instance for the given Thrift enum.
|
| Modifier and Type | Method and Description |
|---|---|
NestedThrift |
NestedThrift.setEnum_list_field(List<EnumThrift> enum_list_field) |
NestedThrift |
NestedThrift.setEnum_map_field(Map<String,EnumThrift> enum_map_field) |
NestedThrift |
NestedThrift.setEnum_set_field(Set<EnumThrift> enum_set_field) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.