public class VersionedVCardParameter extends VCardParameter
| Modifier and Type | Field and Description |
|---|---|
protected Set<VCardVersion> |
supportedVersions |
value| Constructor and Description |
|---|
VersionedVCardParameter(String value,
VCardVersion... supportedVersions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSupported(VCardVersion version)
Determines if the parameter value is supported by the given vCard
version.
|
equals, getValue, hashCode, toStringprotected final Set<VCardVersion> supportedVersions
public VersionedVCardParameter(String value, VCardVersion... supportedVersions)
public boolean isSupported(VCardVersion version)
version - the vCard versionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.