local.tomas.vcard
Class VCard
java.lang.Object
local.tomas.vcard.VCard
- All Implemented Interfaces:
- java.lang.Cloneable
public class VCard
- extends java.lang.Object
- implements java.lang.Cloneable
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VCard
public VCard(VCardConfiguration config)
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.