public class Coefficients extends BaseFilterType
inputUnits, outputUnits
Constructor and Description |
---|
Coefficients(java.lang.String resourceId,
java.lang.String name,
java.lang.String description,
Unit inputUnits,
Unit outputUnits,
java.lang.String cfTransferType,
java.util.List<FloatType> numeratorList,
java.util.List<FloatType> denominatorList) |
Coefficients(javax.xml.stream.XMLEventReader reader) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCfTransferType() |
java.util.List<FloatType> |
getDenominatorList() |
java.util.List<FloatType> |
getNumeratorList() |
getDescription, getInputUnits, getName, getOutputUnits, getResourceId
public Coefficients(java.lang.String resourceId, java.lang.String name, java.lang.String description, Unit inputUnits, Unit outputUnits, java.lang.String cfTransferType, java.util.List<FloatType> numeratorList, java.util.List<FloatType> denominatorList)
public Coefficients(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
javax.xml.stream.XMLStreamException
StationXMLException