Uses of Class
info.ejava.examples.ejb.interceptor.bo.ContactRole
-
Packages that use ContactRole Package Description info.ejava.examples.ejb.interceptor.bo -
-
Uses of ContactRole in info.ejava.examples.ejb.interceptor.bo
Fields in info.ejava.examples.ejb.interceptor.bo declared as ContactRole Modifier and Type Field Description private @NotNull(groups={PostNormalizedCheck.class,PrePersistCheck.class}) ContactRole
ContactInfo. role
Methods in info.ejava.examples.ejb.interceptor.bo that return ContactRole Modifier and Type Method Description ContactRole
ContactInfo. getRole()
static ContactRole
ContactRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContactRole[]
ContactRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in info.ejava.examples.ejb.interceptor.bo with parameters of type ContactRole Modifier and Type Method Description void
ContactInfo. setRole(ContactRole role)
-