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