Class TLcdGML32DerivationUnitTerm

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32DerivationUnitTerm extends TLcdGML32UnitOfMeasure
A set of gml:derivationUnitTerm elements describes a derived unit of measure. Each element carries an integer exponent. The terms are combined by raising each referenced unit to the power of its exponent and forming the product. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent may be positive or negative, but not zero.
Since:
10.0
  • Field Details

    • EXPONENT_PROPERTY

      public static final TLcdDataProperty EXPONENT_PROPERTY
      Data property that maps to the exponent attribute. The possible values for this property are instances of Long.
  • Constructor Details

    • TLcdGML32DerivationUnitTerm

      public TLcdGML32DerivationUnitTerm()
    • TLcdGML32DerivationUnitTerm

      public TLcdGML32DerivationUnitTerm(TLcdDataType aType)
  • Method Details

    • getExponent

      public Long getExponent()
      Returns the value of the property that maps to the exponent attribute.
      Returns:
      the value of the EXPONENT_PROPERTY property.
    • setExponent

      public void setExponent(Long aValue)
      Sets the value of the property that maps to the exponent attribute.
      Parameters:
      aValue - the value to set for the EXPONENT_PROPERTY property.