|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Warning | |
|---|---|
| ezvcard | |
| ezvcard.parameter | |
| ezvcard.property | |
| Uses of Warning in ezvcard |
|---|
| Methods in ezvcard that return types with arguments of type Warning | |
|---|---|
List<Warning> |
ValidationWarnings.getByProperty(Class<? extends VCardProperty> propertyClass)
Gets all validation warnings that belong to a property of a specific class. |
ListMultimap<VCardProperty,Warning> |
ValidationWarnings.getWarnings()
Gets all of the validation warnings. |
Iterator<Map.Entry<VCardProperty,List<Warning>>> |
ValidationWarnings.iterator()
|
| Methods in ezvcard with parameters of type Warning | |
|---|---|
void |
ValidationWarnings.add(VCardProperty property,
Warning warning)
Adds a validation warning. |
| Method parameters in ezvcard with type arguments of type Warning | |
|---|---|
void |
ValidationWarnings.add(VCardProperty property,
List<Warning> warnings)
Adds a property's validation warnings. |
| Uses of Warning in ezvcard.parameter |
|---|
| Methods in ezvcard.parameter that return types with arguments of type Warning | |
|---|---|
List<Warning> |
VCardParameters.validate(VCardVersion version)
Checks this parameters list for data consistency problems or deviations from the spec. |
| Uses of Warning in ezvcard.property |
|---|
| Methods in ezvcard.property that return types with arguments of type Warning | |
|---|---|
List<Warning> |
VCardProperty.validate(VCardVersion version,
VCard vcard)
Checks the property for data consistency problems or deviations from the spec. |
| Method parameters in ezvcard.property with type arguments of type Warning | |
|---|---|
protected void |
VCardProperty._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
Checks the property for data consistency problems or deviations from the spec. |
protected void |
Timezone._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Telephone._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
SimpleProperty._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Related._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Profile._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Member._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
ListProperty._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Key._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Impp._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Geo._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Gender._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Email._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Deathplace._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
DateOrTimeProperty._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
ClientPidMap._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Birthplace._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
BinaryProperty._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Agent._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
protected void |
Address._validate(List<Warning> warnings,
VCardVersion version,
VCard vcard)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||