Interface CompoundDatatype

All Superinterfaces:
Constants
All Known Implementing Classes:
CondLengthProperty, KeepProperty, LengthPairProperty, LengthRangeProperty, SpaceProperty

public interface CompoundDatatype extends Constants
This interface is used as a base for compound datatypes.
  • Method Details

    • setComponent

      void setComponent(int cmpId, Property cmpnValue, boolean bIsDefault)
      Sets a component of the compound datatype.
      Parameters:
      cmpId - ID of the component
      cmpnValue - value of the component
      bIsDefault - Indicates if it's the default value
    • getComponent

      Property getComponent(int cmpId)
      Returns a component of the compound datatype.
      Parameters:
      cmpId - ID of the component
      Returns:
      the value of the component