Class TLcdGuardTransmitType

java.lang.Object
com.luciad.format.arinc.model.communication.type.TLcdGuardTransmitType

public class TLcdGuardTransmitType extends Object
Type safe enumeration class, indicating the guard/transmit type.
Since:
6.2
  • Field Details

  • Method Details

    • valueOf

      public static TLcdGuardTransmitType valueOf(String aCode)
      Returns the TLcdGuardTransmitType object matching the given code.
      Parameters:
      aCode - The key by which to retrieve a TLcdGuardTransmitType. This key must not be null.
      Returns:
      A TLcdGuardTransmitType object if the parameter matches to a guard/transmit type, BOTH otherwise.
    • toString

      public String toString()
      Returns the descriptive name.
      Overrides:
      toString in class Object
      Returns:
      The descriptive name.