|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| ezvcard | |
| ezvcard.io.scribe | |
| Uses of Role in ezvcard |
|---|
| Methods in ezvcard that return Role | |
|---|---|
Role |
VCard.addRole(String role)
Adds a role associated with the person. |
| Methods in ezvcard that return types with arguments of type Role | |
|---|---|
List<Role> |
VCard.getRoles()
Gets the roles associated with the person. |
| Methods in ezvcard with parameters of type Role | |
|---|---|
void |
VCard.addRole(Role role)
Adds a role associated with the person. |
void |
VCard.addRoleAlt(Role... altRepresentations)
Adds a role property as a group of alternative representations (see: description of ALTID). |
| Method parameters in ezvcard with type arguments of type Role | |
|---|---|
void |
VCard.addRoleAlt(Collection<Role> altRepresentations)
Adds a role property as a group of alternative representations (see: description of ALTID). |
| Uses of Role in ezvcard.io.scribe |
|---|
| Methods in ezvcard.io.scribe that return Role | |
|---|---|
protected Role |
RoleScribe._parseValue(String value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||