HIER_OBJECT_ID extension property

Hi,

By spec UID_BASED_ID property extension is required.

I use HIER_OBJECT_ID and I don’t know what to write to extension property? I don’t found any examples in spec.

Gediminas

Section 4.3.6 says:

Local identifier of the object, if given, within

the context of the root identifier.

Returns the part to the right of the first ‘::’

separator if any, or else an empty String.

Regards

Heath

‘required’ just means it has to return a value. It can be an empty value; the spec always says otherwise if it can’t be empty, with an invariant like

not some_string_field.is_empty

  • thomas