local.tomas.vcard
Class VCard

java.lang.Object
  extended by local.tomas.vcard.VCard
All Implemented Interfaces:
java.lang.Cloneable

public class VCard
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
VCard(VCardConfiguration config)
           
 
Method Summary
 void addProperty(java.lang.String name, VCardParameters parameters, java.lang.Object value)
           
 void addSubtype(VCardConfiguration config)
           
 java.lang.Object clone()
           
 VCardConfiguration getConfiguration()
           
 VCardProperty getProperty(java.lang.String name)
           
 VCardProperty getProperty(java.lang.String name, java.lang.String type)
           
 java.util.List<VCardProperty> getPropertyList(java.lang.String name)
           
 java.util.Set<java.lang.String> getPropertyNames()
           
 VCardConfiguration getSubtype(VType type)
           
 java.util.Collection<VCardConfiguration> getSubtypes()
           
 boolean hasType(VType type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VCard

public VCard(VCardConfiguration config)
Method Detail

hasType

public boolean hasType(VType type)

addSubtype

public void addSubtype(VCardConfiguration config)

getSubtype

public VCardConfiguration getSubtype(VType type)

getSubtypes

public java.util.Collection<VCardConfiguration> getSubtypes()

getConfiguration

public VCardConfiguration getConfiguration()

getProperty

public VCardProperty getProperty(java.lang.String name)

getPropertyList

public java.util.List<VCardProperty> getPropertyList(java.lang.String name)

getProperty

public VCardProperty getProperty(java.lang.String name,
                                 java.lang.String type)

addProperty

public void addProperty(java.lang.String name,
                        VCardParameters parameters,
                        java.lang.Object value)

getPropertyNames

public java.util.Set<java.lang.String> getPropertyNames()

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 null. All Rights Reserved.