net.sf.vcard4j.java.type
Class NICKNAME
java.lang.Object
net.sf.vcard4j.java.Type
net.sf.vcard4j.java.ListType
net.sf.vcard4j.java.type.NICKNAME
- public class NICKNAME
- extends ListType
To specify the text corresponding to the nickname of the object the vCard represents.
- Author:
- generated by net.sf.vcard4j.compiler.ListTypeCompiler
|
Constructor Summary |
NICKNAME(org.w3c.dom.Element type)
|
| Methods inherited from class net.sf.vcard4j.java.Type |
getName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NICKNAME
public NICKNAME(org.w3c.dom.Element type)
set
public void set(java.lang.String value)
get
public java.lang.String get()
getParameters
public Parameters getParameters()
- Specified by:
getParameters in class Type