net.sf.vcard4j.java.type
Class CATEGORY

java.lang.Object
  extended bynet.sf.vcard4j.java.Type
      extended bynet.sf.vcard4j.java.ListType
          extended bynet.sf.vcard4j.java.type.CATEGORY

public class CATEGORY
extends ListType

To specify application category information about the vCard.

Author:
generated by net.sf.vcard4j.compiler.ListTypeCompiler

Nested Class Summary
 class CATEGORY.Parameters
           
 
Constructor Summary
CATEGORY(org.w3c.dom.Element type)
           
 
Method Summary
 java.lang.String get()
           
 Parameters getParameters()
           
 void set(java.lang.String value)
           
 
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
 

Constructor Detail

CATEGORY

public CATEGORY(org.w3c.dom.Element type)
Method Detail

set

public void set(java.lang.String value)

get

public java.lang.String get()

getParameters

public Parameters getParameters()
Specified by:
getParameters in class Type