Oracle NoSQL Database Examples
version 11gR2.2.0.26

Uses of Class
avro.Address

Packages that use Address
avro A client application that illustrates the use of Avro bindings. 
 

Uses of Address in avro
 

Fields in avro declared as Address
 Address MemberInfo.address
          Deprecated. 
 

Methods in avro that return Address
 Address Address.Builder.build()
           
 Address MemberInfo.getAddress()
          Gets the value of the 'address' field.
 Address MemberInfo.Builder.getAddress()
          Gets the value of the 'address' field
 

Methods in avro with parameters of type Address
static Address.Builder Address.newBuilder(Address other)
          Creates a new Address RecordBuilder by copying an existing Address instance
 void MemberInfo.setAddress(Address value)
          Sets the value of the 'address' field.
 MemberInfo.Builder MemberInfo.Builder.setAddress(Address value)
          Sets the value of the 'address' field
 


Oracle NoSQL Database Examples
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.