| Package | Description | 
|---|---|
| com.hazelcast.client.protocol.generator | Code generation for client protocol | 
| Modifier and Type | Method and Description | 
|---|---|
| Lang | MessageTypeEnumModel. getLang() | 
| Lang | CodecModel. getLang() | 
| Lang | CodecModel.ParameterModel. getLang() | 
| Lang | Model. getLang() | 
| static Lang | Lang. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Lang[] | Lang. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| CodecModel(TypeElement parent,
          ExecutableElement methodElement,
          ExecutableElement responseElement,
          List<ExecutableElement> eventElementList,
          boolean retryable,
          Lang lang,
          Elements docCommentUtil) | 
| MessageTypeEnumModel(TypeElement classElement,
                    Lang lang) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.