return DataWithRef.fromLong(prop.asPropertyWithRef().ref());
}
}
@Override
Long getPropertyType(PropertyObject prop) {
PropertyWithRef asPropertyWithRef = prop.asPropertyWithRef();
if (asPropertyWithRef == null) {
return null;
}
return asPropertyWithRef.propertyType();
}