Class TLcdProcedureLegPhase

java.lang.Object
com.luciad.format.aixm.model.procedure.type.TLcdProcedureLegPhase

public class TLcdProcedureLegPhase extends Object
Type safe enumeration class, indicating the phase of a SID, STAR or IAP. Note: Some of the values apply only for a SID, other apply only for a STAR and other apply only for an IAP (the 'A' value).
Since:
6.2
  • Field Details

  • Method Details

    • getName

      public String getName()
      Returns the name of the TLcdProcedurePhase object.
      Returns:
      the name of the TLcdProcedurePhase object.
    • valueOf

      public static TLcdProcedureLegPhase valueOf(String aCode)
      Returns the TLcdProcedurePhase object matching the given code.
      Parameters:
      aCode - The key by which to retrieve a TLcdProcedurePhase. This key must not be null.
      Returns:
      A TLcdProcedurePhase object if the parameter matches to a procedure phase, null otherwise.
    • toString

      public String toString()
      Overrides:
      toString in class Object