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