To free us up for possibly changing the underlying names in the future.
// these could also be in all caps...
Spacebrew.Boolean = "boolean";
Spacebrew.Range = "range";
Spacebrew.String = "string";
// ex
sb.addPublish( "amChilling", Spacebrew.Boolean, true );