com.google.i18n.phonenumbers
Class Phonemetadata.PhoneMetadataCollection

java.lang.Object
  extended by com.google.i18n.phonenumbers.Phonemetadata.PhoneMetadataCollection
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
Phonemetadata.PhoneMetadataCollection.Builder
Enclosing class:
Phonemetadata

public static class Phonemetadata.PhoneMetadataCollection
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Nested Class Summary
static class Phonemetadata.PhoneMetadataCollection.Builder
          Provides a dummy builder.
 
Constructor Summary
Phonemetadata.PhoneMetadataCollection()
           
 
Method Summary
 Phonemetadata.PhoneMetadataCollection addMetadata(Phonemetadata.PhoneMetadata value)
           
 Phonemetadata.PhoneMetadataCollection clear()
           
 int getMetadataCount()
           
 java.util.List<Phonemetadata.PhoneMetadata> getMetadataList()
           
static Phonemetadata.PhoneMetadataCollection.Builder newBuilder()
           
 void readExternal(java.io.ObjectInput objectInput)
           
 void writeExternal(java.io.ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phonemetadata.PhoneMetadataCollection

public Phonemetadata.PhoneMetadataCollection()
Method Detail

newBuilder

public static Phonemetadata.PhoneMetadataCollection.Builder newBuilder()

getMetadataList

public java.util.List<Phonemetadata.PhoneMetadata> getMetadataList()

getMetadataCount

public int getMetadataCount()

addMetadata

public Phonemetadata.PhoneMetadataCollection addMetadata(Phonemetadata.PhoneMetadata value)

writeExternal

public void writeExternal(java.io.ObjectOutput objectOutput)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput objectInput)
                  throws java.io.IOException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException

clear

public Phonemetadata.PhoneMetadataCollection clear()


Copyright © 2011 Google. All Rights Reserved.