Class TLcdGML31SequenceRule

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31SequenceRule extends TLcdFeaturedDataObject
Since:
2018.1
See Also:
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of ELcdGML31SequenceRuleNames.
    • ORDER_PROPERTY

      public static final TLcdDataProperty ORDER_PROPERTY
      Data property that maps to the order attribute. The possible values for this property are instances of ELcdGML31IncrementOrder.
  • Constructor Details

    • TLcdGML31SequenceRule

      public TLcdGML31SequenceRule()
    • TLcdGML31SequenceRule

      public TLcdGML31SequenceRule(TLcdDataType aType)
  • Method Details

    • getValueObject

      public ELcdGML31SequenceRuleNames getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(ELcdGML31SequenceRuleNames aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getOrder

      public ELcdGML31IncrementOrder getOrder()
      Returns the value of the property that maps to the order attribute.
      Returns:
      the value of the ORDER_PROPERTY property.
    • setOrder

      public void setOrder(ELcdGML31IncrementOrder aValue)
      Sets the value of the property that maps to the order attribute.
      Parameters:
      aValue - the value to set for the ORDER_PROPERTY property.