This is an OID implementation suitable for use with any PC class. It is
intended for use during development when the OID class generating code is
broken. The meta data OID factory method can just return these for all
PC classes. Performance is not important for this class as it will not
be used in a production release.
Do we know the actual class of the object we are referencing? An
OID may be created from a reference to a base class. The actual
class of the object referenced might only be detirmined when its
State is fetched from the store.
See Also:GenericOID.resolve
Resolve this OID from the state. This will update our class index
to reflect the state. It is a NOP to call this on an already
resolved OID.
See Also:GenericOID.isResolved