log.debug("AppleNodeImpl(IdentParser<String>, AppleBeanImpl)");
log.debug(" AppleBean [" + apple + "]");
//
// Create our weight property.
this.init(
new IntegerProperty(this, AppleNode.WEIGHT_PROPERTY_URI)
{
@Override
protected Integer getInt()
{
return apple().weight();