495051525354555657585960
public ReadOnlyProperty(PropertyMeta propertyMeta) { super(propertyMeta); _messageGet = new GetMethod(); _builderGet = new GetMethod(); if(propertyMeta.isRepeated()) { _messageHas = new RepeatedHasMethod(); _builderHas = new RepeatedHasMethod();