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