Uses of Class
org.openlca.dataconversion.FlowProperty

Uses of FlowProperty in org.openlca.dataconversion
 

Methods in org.openlca.dataconversion that return FlowProperty
 FlowProperty UnitFlowPropertyAssignment.getFlowProperty()
           
 

Methods in org.openlca.dataconversion that return types with arguments of type FlowProperty
 java.util.List<FlowProperty> Converter.getFlowProperties()
          Returns ELCD flow properties, used to assign to units for data conversion into the ELCD format.
 

Methods in org.openlca.dataconversion with parameters of type FlowProperty
 void UnitFlowPropertyAssignment.setFlowProperty(FlowProperty flowProperty)