Package org.bedework.calfacade
Class BwPrincipalInfo.PrincipalPropertyInfo
java.lang.Object
org.bedework.calfacade.BwPrincipalInfo.PrincipalPropertyInfo
- Enclosing class:
- BwPrincipalInfo
Info about properties
-
Field Details
-
name
Name of property -
ptype
public int ptypeType of property -
multi
public boolean multitrue for multi-valued
-
-
Method Details
-
getVcardPname
public net.fortuna.ical4j.vcard.Property.Id getVcardPname()- Returns:
- String vcardPname
-
getName
- Returns:
- String name of property
-
getPtype
public int getPtype()- Returns:
- int type of property
-
getMulti
public boolean getMulti()- Returns:
- true for multi
-