public static class LdapMapping.AttrPropertyMapping extends LdapMapping
LdapMapping.AttrPropertyMapping, LdapMapping.AttrValueattrToVcardProperty, defaultAttrIdList, toLdapAttrNoGroup| Constructor and Description |
|---|
AttrPropertyMapping(String attrId,
String propertyName,
boolean required,
net.fortuna.ical4j.vcard.property.Kind... kinds)
Possibly required attr<->property
|
AttrPropertyMapping(String attrId,
String propertyName,
net.fortuna.ical4j.vcard.property.Kind... kinds)
Simple not-required attr<->property
|
AttrPropertyMapping(String attrId,
String propertyName,
String parameterName,
String parameterValue,
net.fortuna.ical4j.vcard.property.Kind... kinds)
Not-required attr<->property+parameter
|
AttrPropertyMapping(String attrId,
String group,
String propertyName,
String parameterName,
String parameterValue,
boolean required,
net.fortuna.ical4j.vcard.property.Kind... kinds)
Possibly required attr<->property+parameter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
List<net.fortuna.ical4j.vcard.property.Kind> |
getKinds() |
String |
getParameterName() |
String |
getParameterValue() |
String |
getPropertyName() |
boolean |
getRequired() |
int |
hashCode() |
getAttrId, getKindAttrId, getKindMapping, getOcKindMapping, simplePropertyToLdapAttrpublic AttrPropertyMapping(String attrId, String propertyName, net.fortuna.ical4j.vcard.property.Kind... kinds)
attrId - propertyName - kinds - public AttrPropertyMapping(String attrId, String propertyName, String parameterName, String parameterValue, net.fortuna.ical4j.vcard.property.Kind... kinds)
attrId - propertyName - parameterName - parameterValue - kinds - public AttrPropertyMapping(String attrId, String propertyName, boolean required, net.fortuna.ical4j.vcard.property.Kind... kinds)
attrId - propertyName - required - kinds - public AttrPropertyMapping(String attrId, String group, String propertyName, String parameterName, String parameterValue, boolean required, net.fortuna.ical4j.vcard.property.Kind... kinds)
attrId - group - propertyName - parameterName - parameterValue - required - kinds - public String getGroup()
public String getPropertyName()
public String getParameterName()
public String getParameterValue()
public boolean getRequired()
public List<net.fortuna.ical4j.vcard.property.Kind> getKinds()
Copyright © 2018 Bedework. All rights reserved.