local.tomas.vcard
Class VCardProperty

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

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


Constructor Summary
VCardProperty(VCardParameters parameters, java.lang.Object value)
           
 
Method Summary
 java.lang.Object clone()
           
 VCardParameters getParameters()
           
 java.util.Set<java.lang.String> getTypes()
           
 java.lang.Object getValue()
           
 boolean hasType(java.lang.String type)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardProperty

public VCardProperty(VCardParameters parameters,
                     java.lang.Object value)
Method Detail

getParameters

public VCardParameters getParameters()

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

getTypes

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

hasType

public boolean hasType(java.lang.String type)

clone

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


Copyright © 2007 null. All Rights Reserved.