Class TLcdProcedureLegCourseType

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

public class TLcdProcedureLegCourseType extends Object
Type safe enumeration class, indicating the type of course to be observed.
Since:
6.2
  • Field Details

  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object