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