Uses of Class
pt.cienciavitae.ns.common_enum.PrivacyLevelEnum
-
Packages that use PrivacyLevelEnum Package Description pt.cienciavitae.ns.citation_name pt.cienciavitae.ns.common pt.cienciavitae.ns.common_enum pt.cienciavitae.ns.person_info pt.cienciavitae.ns.resume -
-
Uses of PrivacyLevelEnum in pt.cienciavitae.ns.citation_name
Fields in pt.cienciavitae.ns.citation_name declared as PrivacyLevelEnum Modifier and Type Field Description protected PrivacyLevelEnumCitationName. privacyLevelMethods in pt.cienciavitae.ns.citation_name that return PrivacyLevelEnum Modifier and Type Method Description PrivacyLevelEnumCitationName. getPrivacyLevel()Gets the value of the privacyLevel property.Methods in pt.cienciavitae.ns.citation_name with parameters of type PrivacyLevelEnum Modifier and Type Method Description voidCitationName. setPrivacyLevel(PrivacyLevelEnum value)Sets the value of the privacyLevel property. -
Uses of PrivacyLevelEnum in pt.cienciavitae.ns.common
Fields in pt.cienciavitae.ns.common declared as PrivacyLevelEnum Modifier and Type Field Description protected PrivacyLevelEnumPrivacyLevelCtype. codeprotected PrivacyLevelEnumRecordCtype. privacyLevelMethods in pt.cienciavitae.ns.common that return PrivacyLevelEnum Modifier and Type Method Description PrivacyLevelEnumPrivacyLevelCtype. getCode()Gets the value of the code property.PrivacyLevelEnumRecordCtype. getPrivacyLevel()Gets the value of the privacyLevel property.Methods in pt.cienciavitae.ns.common with parameters of type PrivacyLevelEnum Modifier and Type Method Description voidPrivacyLevelCtype. setCode(PrivacyLevelEnum value)Sets the value of the code property.voidRecordCtype. setPrivacyLevel(PrivacyLevelEnum value)Sets the value of the privacyLevel property. -
Uses of PrivacyLevelEnum in pt.cienciavitae.ns.common_enum
Methods in pt.cienciavitae.ns.common_enum that return PrivacyLevelEnum Modifier and Type Method Description static PrivacyLevelEnumPrivacyLevelEnum. fromValue(String v)static PrivacyLevelEnumPrivacyLevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivacyLevelEnum[]PrivacyLevelEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PrivacyLevelEnum in pt.cienciavitae.ns.person_info
Fields in pt.cienciavitae.ns.person_info declared as PrivacyLevelEnum Modifier and Type Field Description protected PrivacyLevelEnumDateOfBirthCtype. privacyLevelprotected PrivacyLevelEnumGenderCtype. privacyLevelprotected PrivacyLevelEnumPhotographyCtype. privacyLevelMethods in pt.cienciavitae.ns.person_info that return PrivacyLevelEnum Modifier and Type Method Description PrivacyLevelEnumDateOfBirthCtype. getPrivacyLevel()Gets the value of the privacyLevel property.PrivacyLevelEnumGenderCtype. getPrivacyLevel()Gets the value of the privacyLevel property.PrivacyLevelEnumPhotographyCtype. getPrivacyLevel()Gets the value of the privacyLevel property.Methods in pt.cienciavitae.ns.person_info with parameters of type PrivacyLevelEnum Modifier and Type Method Description voidDateOfBirthCtype. setPrivacyLevel(PrivacyLevelEnum value)Sets the value of the privacyLevel property.voidGenderCtype. setPrivacyLevel(PrivacyLevelEnum value)Sets the value of the privacyLevel property.voidPhotographyCtype. setPrivacyLevel(PrivacyLevelEnum value)Sets the value of the privacyLevel property. -
Uses of PrivacyLevelEnum in pt.cienciavitae.ns.resume
Fields in pt.cienciavitae.ns.resume declared as PrivacyLevelEnum Modifier and Type Field Description protected PrivacyLevelEnumResume. privacyLevelMethods in pt.cienciavitae.ns.resume that return PrivacyLevelEnum Modifier and Type Method Description PrivacyLevelEnumResume. getPrivacyLevel()Gets the value of the privacyLevel property.Methods in pt.cienciavitae.ns.resume with parameters of type PrivacyLevelEnum Modifier and Type Method Description voidResume. setPrivacyLevel(PrivacyLevelEnum value)Sets the value of the privacyLevel property.
-