| Package | Description |
|---|---|
| org.jasig.portlet.contacts.model | |
| org.jasig.portlet.contacts.model.impl | |
| org.jasig.portlet.contacts.model.util |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumber.setType(ContactAttributeType type) |
void |
EmailAddress.setType(ContactAttributeType type) |
void |
Address.setType(ContactAttributeType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneNumberPojo.setType(ContactAttributeType type) |
void |
EmailAddressPojo.setType(ContactAttributeType type) |
void |
AddressPojo.setType(ContactAttributeType type) |
| Modifier and Type | Method and Description |
|---|---|
static ContactAttributeType |
ContactAttributeType.getType(String value) |
static ContactAttributeType |
ContactAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactAttributeType[] |
ContactAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Jasig. All Rights Reserved.