Enum EMachineStatesL2

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<EMachineStatesL2>

    public enum EMachineStatesL2
    extends java.lang.Enum<EMachineStatesL2>
    Defines the machine states
    Author:
    R.Bacher
    • Enum Constant Detail

      • LINAC_BETRIEB_TESTSTRAHL

        public static final EMachineStatesL2 LINAC_BETRIEB_TESTSTRAHL
      • LINAC_BETRIEB_KONTROLLRAUM

        public static final EMachineStatesL2 LINAC_BETRIEB_KONTROLLRAUM
      • LINAC_VORBEREITEN_BETRIEB

        public static final EMachineStatesL2 LINAC_VORBEREITEN_BETRIEB
      • LINAC_VORBEREITEN_BETRIEB_GUN

        public static final EMachineStatesL2 LINAC_VORBEREITEN_BETRIEB_GUN
      • LINAC_VORBEREITEN_BETRIEB_PIA

        public static final EMachineStatesL2 LINAC_VORBEREITEN_BETRIEB_PIA
      • LINAC_VORBEREITEN_BETRIEB_TEST

        public static final EMachineStatesL2 LINAC_VORBEREITEN_BETRIEB_TEST
      • LINAC_VORBEREITEN_BETRIEB_PETRA

        public static final EMachineStatesL2 LINAC_VORBEREITEN_BETRIEB_PETRA
      • LINAC_VORBEREITEN_BETRIEB_DORIS

        public static final EMachineStatesL2 LINAC_VORBEREITEN_BETRIEB_DORIS
      • LINAC_VORBEREITEN_BETRIEB_TESTSTRAHL

        public static final EMachineStatesL2 LINAC_VORBEREITEN_BETRIEB_TESTSTRAHL
      • LINAC_VORBEREITEN_BETRIEB_KONTROLLRAUM

        public static final EMachineStatesL2 LINAC_VORBEREITEN_BETRIEB_KONTROLLRAUM
      • LINAC_KEINE_STRAHLFREIGABE

        public static final EMachineStatesL2 LINAC_KEINE_STRAHLFREIGABE
    • Method Detail

      • values

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

        public static EMachineStatesL2 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
      • stateAsNumber

        public int stateAsNumber()
      • stateAsText

        public java.lang.String stateAsText()
      • stateAsTextEngl

        public java.lang.String stateAsTextEngl()
      • main

        public static void main​(java.lang.String[] args)