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