Enum EventTypeCode

    • Enum Constant Detail

      • ApplicationStart

        public static final EventTypeCode ApplicationStart
      • ApplicationStop

        public static final EventTypeCode ApplicationStop
      • NodeAuthentication

        public static final EventTypeCode NodeAuthentication
      • EmergencyOverrideStarted

        public static final EventTypeCode EmergencyOverrideStarted
      • NetworkConfiguration

        public static final EventTypeCode NetworkConfiguration
      • SecurityConfiguration

        public static final EventTypeCode SecurityConfiguration
      • HardwareConfiguration

        public static final EventTypeCode HardwareConfiguration
      • SoftwareConfiguration

        public static final EventTypeCode SoftwareConfiguration
      • UseOfRestrictedFunction

        public static final EventTypeCode UseOfRestrictedFunction
      • AuditRecordingStopped

        public static final EventTypeCode AuditRecordingStopped
      • AuditRecordingStarted

        public static final EventTypeCode AuditRecordingStarted
      • ObjectSecurityAttributesChanged

        public static final EventTypeCode ObjectSecurityAttributesChanged
      • SecurityRolesChanged

        public static final EventTypeCode SecurityRolesChanged
      • UserSecurityAttributesChanged

        public static final EventTypeCode UserSecurityAttributesChanged
      • EmergencyOverrideStopped

        public static final EventTypeCode EmergencyOverrideStopped
      • RemoteServiceOperationStarted

        public static final EventTypeCode RemoteServiceOperationStarted
      • RemoteServiceOperationStopped

        public static final EventTypeCode RemoteServiceOperationStopped
      • LocalServiceOperationStarted

        public static final EventTypeCode LocalServiceOperationStarted
      • LocalServiceOperationStopped

        public static final EventTypeCode LocalServiceOperationStopped
      • AuthenticationDecision

        public static final EventTypeCode AuthenticationDecision
      • AuthorizationDecision

        public static final EventTypeCode AuthorizationDecision
      • AccessControlDecision

        public static final EventTypeCode AccessControlDecision
      • StudyInstanceUID

        public static final EventTypeCode StudyInstanceUID
    • Method Detail

      • values

        public static EventTypeCode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EventTypeCode c : EventTypeCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EventTypeCode valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null