com.vodafone360.people.datatypes
Class VCardHelper.Item

java.lang.Object
  extended by com.vodafone360.people.datatypes.VCardHelper.Item
Enclosing class:
VCardHelper

private static class VCardHelper.Item
extends java.lang.Object

Item class representing vCard item.


Field Summary
(package private)  boolean mIsSubValue
           
(package private)  java.lang.String mValue
           
 
Constructor Summary
VCardHelper.Item(java.lang.String value, boolean isSubValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mValue

java.lang.String mValue

mIsSubValue

boolean mIsSubValue
Constructor Detail

VCardHelper.Item

VCardHelper.Item(java.lang.String value,
                 boolean isSubValue)


JavaDoc