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