Uses of Class
pt.cienciavitae.ns.common_enum.RoleEnum
-
Packages that use RoleEnum Package Description pt.cienciavitae.ns.common pt.cienciavitae.ns.common_enum -
-
Uses of RoleEnum in pt.cienciavitae.ns.common
Fields in pt.cienciavitae.ns.common declared as RoleEnum Modifier and Type Field Description protected RoleEnumRoleCtype. codeMethods in pt.cienciavitae.ns.common that return RoleEnum Modifier and Type Method Description RoleEnumRoleCtype. getCode()Gets the value of the code property.Methods in pt.cienciavitae.ns.common with parameters of type RoleEnum Modifier and Type Method Description voidRoleCtype. setCode(RoleEnum value)Sets the value of the code property. -
Uses of RoleEnum in pt.cienciavitae.ns.common_enum
Methods in pt.cienciavitae.ns.common_enum that return RoleEnum Modifier and Type Method Description static RoleEnumRoleEnum. fromValue(String v)static RoleEnumRoleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleEnum[]RoleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-