Uses of Enum Class
org.alfresco.governance.classification.model.AuthorityClearanceGroup.TypeEnum
Packages that use AuthorityClearanceGroup.TypeEnum
-
Uses of AuthorityClearanceGroup.TypeEnum in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return AuthorityClearanceGroup.TypeEnumModifier and TypeMethodDescriptionAuthorityClearanceGroup.getType()The type of the security mark.Returns the enum constant of this class with the specified name.static AuthorityClearanceGroup.TypeEnum[]AuthorityClearanceGroup.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.governance.classification.model with parameters of type AuthorityClearanceGroup.TypeEnumModifier and TypeMethodDescriptionvoidAuthorityClearanceGroup.setType(AuthorityClearanceGroup.TypeEnum type) AuthorityClearanceGroup.type(AuthorityClearanceGroup.TypeEnum type)