Tube Coupler Description

This commit is contained in:
Doug Pedrick 2012-04-22 20:57:56 +00:00
parent 27411395f9
commit bdd54e07d7

View File

@ -70,6 +70,7 @@ public class ComponentPreset implements Comparable<ComponentPreset> {
TUBE_COUPLER( new TypedKey<?>[] {
ComponentPreset.MANUFACTURER,
ComponentPreset.PARTNO,
ComponentPreset.DESCRIPTION,
ComponentPreset.OUTER_DIAMETER,
ComponentPreset.INNER_DIAMETER,
ComponentPreset.LENGTH} ),