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