Uses of Class
pt.cienciavitae.ns.common.PrivacyLevelCtype
-
Packages that use PrivacyLevelCtype Package Description pt.cienciavitae.ns.access_privileges pt.cienciavitae.ns.api_user pt.cienciavitae.ns.common -
-
Uses of PrivacyLevelCtype in pt.cienciavitae.ns.access_privileges
Fields in pt.cienciavitae.ns.access_privileges declared as PrivacyLevelCtype Modifier and Type Field Description protected PrivacyLevelCtypePrivilege. effectivePrivacyLevelMethods in pt.cienciavitae.ns.access_privileges that return PrivacyLevelCtype Modifier and Type Method Description PrivacyLevelCtypePrivilege. getEffectivePrivacyLevel()Gets the value of the effectivePrivacyLevel property.Methods in pt.cienciavitae.ns.access_privileges with parameters of type PrivacyLevelCtype Modifier and Type Method Description voidPrivilege. setEffectivePrivacyLevel(PrivacyLevelCtype value)Sets the value of the effectivePrivacyLevel property. -
Uses of PrivacyLevelCtype in pt.cienciavitae.ns.api_user
Fields in pt.cienciavitae.ns.api_user declared as PrivacyLevelCtype Modifier and Type Field Description protected PrivacyLevelCtypeApiUser. privacyLevelMethods in pt.cienciavitae.ns.api_user that return PrivacyLevelCtype Modifier and Type Method Description PrivacyLevelCtypeApiUser. getPrivacyLevel()Gets the value of the privacyLevel property.Methods in pt.cienciavitae.ns.api_user with parameters of type PrivacyLevelCtype Modifier and Type Method Description voidApiUser. setPrivacyLevel(PrivacyLevelCtype value)Sets the value of the privacyLevel property. -
Uses of PrivacyLevelCtype in pt.cienciavitae.ns.common
Methods in pt.cienciavitae.ns.common that return PrivacyLevelCtype Modifier and Type Method Description PrivacyLevelCtypeObjectFactory. createPrivacyLevelCtype()Create an instance ofPrivacyLevelCtype
-