Enum SasEvent

  • All Implemented Interfaces:
    com.opencloud.rhino.facilities.sas.SasEventEnum, java.io.Serializable, java.lang.Comparable<SasEvent>

    public enum SasEvent
    extends java.lang.Enum<SasEvent>
    implements com.opencloud.rhino.facilities.sas.SasEventEnum
    Java enum to represent the SasEvent event types.
    • Enum Constant Detail

      • SERVICE_TRIGGERED

        public static final SasEvent SERVICE_TRIGGERED
      • SERVICE_FINISHED

        public static final SasEvent SERVICE_FINISHED
      • OCS_CREDIT_ALLOCATED

        public static final SasEvent OCS_CREDIT_ALLOCATED
      • OCS_CREDIT_ALLOCATION_FAILED

        public static final SasEvent OCS_CREDIT_ALLOCATION_FAILED
      • OCS_CREDIT_NOT_REQUIRED

        public static final SasEvent OCS_CREDIT_NOT_REQUIRED
      • OCS_CREDIT_LIMIT_REACHED

        public static final SasEvent OCS_CREDIT_LIMIT_REACHED
    • Method Detail

      • values

        public static SasEvent[] 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 (SasEvent c : SasEvent.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SasEvent valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • id

        public int id()
        Specified by:
        id in interface com.opencloud.rhino.facilities.sas.SasEventEnum