Oracle NoSQL Database Examples
version 11gR2.2.0.26

Uses of Class
avro.FullName

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

Uses of FullName in avro
 

Fields in avro declared as FullName
 FullName MemberInfo.name
          Deprecated. 
 

Methods in avro that return FullName
 FullName FullName.Builder.build()
           
 FullName MemberInfo.getName()
          Gets the value of the 'name' field.
 FullName MemberInfo.Builder.getName()
          Gets the value of the 'name' field
 

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


Oracle NoSQL Database Examples
version 11gR2.2.0.26

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