Class RawDataProperty


  • public class RawDataProperty
    extends ExtendedProperty
    Holds information about an extended property for raw data.
    Version:
    2.0
    Author:
    Nicklas
    See Also:
    ExtendedProperty
    Last modified
    $Date: 2018-07-11 14:42:30 +0200 (on, 11 jul 2018) $
    • Field Detail

      • channel

        private final int channel
    • Constructor Detail

      • RawDataProperty

        RawDataProperty​(String name,
                        String title,
                        String description,
                        String column,
                        Type type,
                        int length,
                        boolean nullable,
                        Formula.AverageMethod averageMethod,
                        int channel)
        Create a new rawdata property. See the getter methods for a description of the parameters.
    • Method Detail

      • getChannel

        public int getChannel()
        Get the channel this property belongs to.
        Returns:
        The channel number, or zero if it doesn't belong to any particular channel