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