Uses of Class
ch.claudio.contactdb.data.IdentityType

Packages that use IdentityType
ch.claudio.contactdb.data   
 

Uses of IdentityType in ch.claudio.contactdb.data
 

Methods in ch.claudio.contactdb.data that return IdentityType
 IdentityType Identity.getType()
           
static IdentityType IdentityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IdentityType[] IdentityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.claudio.contactdb.data with parameters of type IdentityType
 void Identity.setType(IdentityType typeArg)
           
 

Constructors in ch.claudio.contactdb.data with parameters of type IdentityType
Identity(Person personArg, IdentityType typeArg, java.lang.String identityArg)