Uses of Enum Class
org.projecthusky.common.enums.ConfidentialityCode
Packages that use ConfidentialityCode
-
Uses of ConfidentialityCode in org.projecthusky.common.communication
Methods in org.projecthusky.common.communication with parameters of type ConfidentialityCodeModifier and TypeMethodDescriptionvoid
DocumentMetadata.addConfidentialityCode
(ConfidentialityCode code) Adds the (optional) confidentialityCode code (e.g. -
Uses of ConfidentialityCode in org.projecthusky.common.enums
Methods in org.projecthusky.common.enums that return ConfidentialityCodeModifier and TypeMethodDescriptionstatic ConfidentialityCode
Gets the Enum with a given code Liefert den Enum anhand eines gegebenen codes.static ConfidentialityCode
Returns the enum constant of this class with the specified name.static ConfidentialityCode[]
ConfidentialityCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.