Class TLcdAIXM51FlightConditionCombination

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51FlightConditionCombination extends TLcdAIXM51AbstractPropertiesWithSchedule
A combination of conditions involving: 1) an operator such as \"AND\", \"OR\", \"AND NOT\", \"SEQUENCE\", \"NONE\" and 2) one or more operands, each of these being either a condition element or another combination of conditions.
Since:
10.0
  • Field Details

    • TIME_INTERVAL_PROPERTY

      public static final TLcdDataProperty TIME_INTERVAL_PROPERTY
      Data property that maps to the timeInterval element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51Timesheet>>.
    • ANNOTATION_PROPERTY

      public static final TLcdDataProperty ANNOTATION_PROPERTY
      Data property that maps to the annotation element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51Note>>.
    • SPECIAL_DATE_AUTHORITY_PROPERTY

      public static final TLcdDataProperty SPECIAL_DATE_AUTHORITY_PROPERTY
      Data property that maps to the specialDateAuthority element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>>.
    • LOGICAL_OPERATOR_PROPERTY

      public static final TLcdDataProperty LOGICAL_OPERATOR_PROPERTY
      Data property that maps to the logicalOperator element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeFlowConditionOperation>.
    • ELEMENT_PROPERTY

      public static final TLcdDataProperty ELEMENT_PROPERTY
      Data property that maps to the element element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51FlightConditionElement>>.
    • EXTENSION_PROPERTY

      public static final TLcdDataProperty EXTENSION_PROPERTY
      Data property that maps to the extension element. The possible values for this property are instances of List<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
  • Constructor Details

    • TLcdAIXM51FlightConditionCombination

      public TLcdAIXM51FlightConditionCombination()
    • TLcdAIXM51FlightConditionCombination

      public TLcdAIXM51FlightConditionCombination(TLcdDataType aType)
  • Method Details