Uses of Class
org.jasig.portlet.contacts.model.util.ContactAttributeType

Packages that use ContactAttributeType
org.jasig.portlet.contacts.model   
org.jasig.portlet.contacts.model.impl   
org.jasig.portlet.contacts.model.util   
 

Uses of ContactAttributeType in org.jasig.portlet.contacts.model
 

Methods in org.jasig.portlet.contacts.model with parameters of type ContactAttributeType
 void Address.setType(ContactAttributeType type)
           
 void EmailAddress.setType(ContactAttributeType type)
           
 void PhoneNumber.setType(ContactAttributeType type)
           
 

Uses of ContactAttributeType in org.jasig.portlet.contacts.model.impl
 

Methods in org.jasig.portlet.contacts.model.impl with parameters of type ContactAttributeType
 void AddressPojo.setType(ContactAttributeType type)
           
 void PhoneNumberPojo.setType(ContactAttributeType type)
           
 void EmailAddressPojo.setType(ContactAttributeType type)
           
 

Uses of ContactAttributeType in org.jasig.portlet.contacts.model.util
 

Methods in org.jasig.portlet.contacts.model.util that return ContactAttributeType
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 © 2013 Jasig. All Rights Reserved.