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