Class TLcdWorkingHoursType

java.lang.Object
com.luciad.format.aixm.model.navaid.type.TLcdWorkingHoursType

public final class TLcdWorkingHoursType extends Object
Type safe enumeration class, indicating the predefined time-sheet schedules.
  • Field Details

  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object