Uses of Class
com.hack23.cia.model.internal.application.user.impl.UserType

Packages that use UserType
com.hack23.cia.model.internal.application.user.impl   
 

Uses of UserType in com.hack23.cia.model.internal.application.user.impl
 

Fields in com.hack23.cia.model.internal.application.user.impl declared as UserType
protected  UserType User.type
           
 

Fields in com.hack23.cia.model.internal.application.user.impl with type parameters of type UserType
static javax.persistence.metamodel.SingularAttribute<User,UserType> User_.type
           
 

Methods in com.hack23.cia.model.internal.application.user.impl that return UserType
static UserType UserType.fromValue(String v)
           
 UserType User.getType()
          Gets the value of the type property.
static UserType UserType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserType[] UserType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.internal.application.user.impl with parameters of type UserType
 void User.setType(UserType value)
          Sets the value of the type property.
 User User.withType(UserType value)
           
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.