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