Class TLcdAirspaceAssociationType

java.lang.Object
com.luciad.ais.model.airspace.type.TLcdAirspaceAssociationType

public class TLcdAirspaceAssociationType extends Object
Type safe enumeration class, indicating the different airspace association types.
  • Field Details

  • Method Details

    • getName

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

      public static TLcdAirspaceAssociationType valueOf(String aCode)
      Returns the TLcdAirspaceAssociationType object corresponding with the specified code.
      Parameters:
      aCode - The key by which to retrieve a TLcdAirspaceAssociationType. This key must not be null.
      Returns:
      the TLcdAirspaceAssociationType object corresponding with the specified code.
    • toString

      public String toString()
      Overrides:
      toString in class Object